#5D77FC

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

Shades of Cornflower Blue #5D77FC

Tints of Cornflower Blue #5D77FC

Color information

#5D77FC (or 0x5D77FC) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 77 and FC. RGB value is (93,119,252). Sum of RGB (Red+Green+Blue) = 93+119+252=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D77FC is #A28803. Grayscale: #7D7D7D. Windows color (decimal): -10651652 or 16545629. OLE color: 16545629.

HSL color Cylindrical-coordinate representation of color #5D77FC: hue angle of 230.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D77FC is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB93119252-
CMYK0.630.5300.01
HSL230.19º96.36%67.65%-
HSV(B)230.19º63.1%98.82%-
XYZ28.6822.5594.94-
YUV126.39198.89104.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.04%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 252 (98.83% from 255) = 54.31%
R=20.04%
G=25.65%
B=54.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931192520.630.5300.01230.1996.3667.65
Hex5D77FC3F3501e66044
Octal135167374776501346140104
Binary1011101111011111111100111111110101011110011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D77FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,119,252); }

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

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

 a { background-color: rgb(93,119,252); }

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

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

 span { border-color: rgb(93,119,252); }

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