#5158C4

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

Shades of Free Speech Blue #5158C4

Tints of Free Speech Blue #5158C4

Color information

#5158C4 (or 0x5158C4) is unknown color: approx Free Speech Blue. HEX triplet: 51, 58 and C4. RGB value is (81,88,196). Sum of RGB (Red+Green+Blue) = 81+88+196=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5158C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158C4 is #AEA73B. Grayscale: #616161. Windows color (decimal): -11446076 or 12867665. OLE color: 12867665.

HSL color Cylindrical-coordinate representation of color #5158C4: hue angle of 236.35º 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 #5158C4 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8188196-
CMYK0.590.5500.23
HSL236.35º49.36%54.31%-
HSV(B)236.35º58.67%76.86%-
XYZ16.8512.7153.79-
YUV98.22183.18115.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=22.19%
G=24.11%
B=53.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81881960.590.5500.23236.3549.3654.31
Hex5158C43B37017ec3136
Octal12113030473670273546166
Binary101000110110001100010011101111011101011111101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5158C4; }

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

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

<style>
 a { background-color: #5158C4; }

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

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

<style>
 span { border-color: #5158C4; }

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

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