#5155c4

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

Shades of Free Speech Blue #5155C4

Tints of Free Speech Blue #5155C4

Color information

#5155C4 (or 0x5155C4) is unknown color: approx Free Speech Blue. HEX triplet: 51, 55 and C4. RGB value is (81,85,196). Sum of RGB (Red+Green+Blue) = 81+85+196=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #5155C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5155C4 is #AEAA3B. Grayscale: #606060. Windows color (decimal): -11446844 or 12866897. OLE color: 12866897.

HSL color Cylindrical-coordinate representation of color #5155C4: hue angle of 237.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5155C4 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8185196-
CMYK0.590.5700.23
HSL237.91º49.36%54.31%-
HSV(B)237.91º58.67%76.86%-
XYZ16.6112.2353.71-
YUV96.46184.17116.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 196 (76.95% from 255) = 54.14%
R=22.38%
G=23.48%
B=54.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81851960.590.5700.23237.9149.3654.31
Hex5155C43B39017ee3136
Octal12112530473710273566166
Binary101000110101011100010011101111100101011111101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5155c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5155c4; }

 p { color: rgb(81,85,196); }

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

<style>
 a { background-color: #5155c4; }

 a { background-color: rgb(81,85,196); }

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

<style>
 span { border-color: #5155c4; }

 span { border-color: rgb(81,85,196); }

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