#5159CD

Color #5159CD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5159CD

Tints of Free Speech Blue #5159CD

Color information

#5159CD (or 0x5159CD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 59 and CD. RGB value is (81,89,205). Sum of RGB (Red+Green+Blue) = 81+89+205=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #5159CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159CD is #AEA632. Grayscale: #636363. Windows color (decimal): -11445811 or 13457745. OLE color: 13457745.

HSL color Cylindrical-coordinate representation of color #5159CD: hue angle of 236.13º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5159CD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8189205-
CMYK0.600.5700.20
HSL236.13º55.36%56.08%-
HSV(B)236.13º60.49%80.39%-
XYZ17.9913.359.38-
YUV99.83187.35114.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=21.6%
G=23.73%
B=54.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81892050.600.5700.20236.1355.3656.08
Hex5159CD3C39014ec3738
Octal12113131574710243546770
Binary101000110110011100110111110011100101010011101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5159CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5159CD; }

 p { color: rgb(81,89,205); }

 H1.HeaderClassName
 {
   color: #5159CD;
 }
 .AnyTagClassName
 {
   color: #5159CD;
 }
</style>
background-color css

<style>
 a { background-color: #5159CD; }

 a { background-color: rgb(81,89,205); }

 div.DivClassName
 {
   background-color: #5159CD;
 }
 .BgClassName
 {
   background-color: #5159CD;
 }
</style>
border-color css

<style>
 span { border-color: #5159CD; }

 span { border-color: rgb(81,89,205); }

 td.TdClassName
 {
   border-color: #5159CD;
 }
 .TagClassName
 {
   border-color: #5159CD;
 }
</style>