#5158CD

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

Shades of Free Speech Blue #5158CD

Tints of Free Speech Blue #5158CD

Color information

#5158CD (or 0x5158CD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 58 and CD. RGB value is (81,88,205). Sum of RGB (Red+Green+Blue) = 81+88+205=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5158CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5158CD is #AEA732. Grayscale: #626262. Windows color (decimal): -11446067 or 13457489. OLE color: 13457489.

HSL color Cylindrical-coordinate representation of color #5158CD: hue angle of 236.61º 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 #5158CD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8188205-
CMYK0.600.5700.20
HSL236.61º55.36%56.08%-
HSV(B)236.61º60.49%80.39%-
XYZ17.913.1459.35-
YUV99.24187.68114.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=21.66%
G=23.53%
B=54.81%

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
Decimal81882050.600.5700.20236.6155.3656.08
Hex5158CD3C39014ed3738
Octal12113031574710243556770
Binary101000110110001100110111110011100101010011101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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