#5C81EF

Color #5C81EF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C81EF

Tints of Cornflower Blue #5C81EF

Color information

#5C81EF (or 0x5C81EF) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 81 and EF. RGB value is (92,129,239). Sum of RGB (Red+Green+Blue) = 92+129+239=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C81EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C81EF is #A37E10. Grayscale: #828282. Windows color (decimal): -10714641 or 15696220. OLE color: 15696220.

HSL color Cylindrical-coordinate representation of color #5C81EF: hue angle of 224.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C81EF is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB92129239-
CMYK0.620.4600.06
HSL224.9º82.12%64.9%-
HSV(B)224.9º61.51%93.73%-
XYZ27.8424.2184.87-
YUV130.48189.24100.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=20%
G=28.04%
B=51.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal921292390.620.4600.06224.982.1264.9
Hex5C81EF3E2E06e15241
Octal134201357765606341122101
Binary1011100100000011110111111111010111001101110000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C81EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C81EF; }

 p { color: rgb(92,129,239); }

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

<style>
 a { background-color: #5C81EF; }

 a { background-color: rgb(92,129,239); }

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

<style>
 span { border-color: #5C81EF; }

 span { border-color: rgb(92,129,239); }

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