#5158CE

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

Shades of Free Speech Blue #5158CE

Tints of Free Speech Blue #5158CE

Color information

#5158CE (or 0x5158CE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 58 and CE. RGB value is (81,88,206). Sum of RGB (Red+Green+Blue) = 81+88+206=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5158CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158CE is #AEA731. Grayscale: #626262. Windows color (decimal): -11446066 or 13523025. OLE color: 13523025.

HSL color Cylindrical-coordinate representation of color #5158CE: hue angle of 236.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5158CE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8188206-
CMYK0.610.5700.19
HSL236.64º56.05%56.27%-
HSV(B)236.64º60.68%80.78%-
XYZ18.0213.1959.99-
YUV99.36188.18114.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=21.6%
G=23.47%
B=54.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81882060.610.5700.19236.6456.0556.27
Hex5158CE3D39013ed3838
Octal12113031675710233557070
Binary101000110110001100111011110111100101001111101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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