#5778FC

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

Shades of Cornflower Blue #5778FC

Tints of Cornflower Blue #5778FC

Color information

#5778FC (or 0x5778FC) is unknown color: approx Cornflower Blue. HEX triplet: 57, 78 and FC. RGB value is (87,120,252). Sum of RGB (Red+Green+Blue) = 87+120+252=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #5778FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5778FC is #A88703. Grayscale: #7C7C7C. Windows color (decimal): -11044612 or 16545879. OLE color: 16545879.

HSL color Cylindrical-coordinate representation of color #5778FC: hue angle of 228º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5778FC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87120252-
CMYK0.650.5200.01
HSL228º96.49%66.47%-
HSV(B)228º65.48%98.82%-
XYZ28.2222.4994.95-
YUV125.18199.57100.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 252 (98.83% from 255) = 54.90%
R=18.95%
G=26.14%
B=54.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871202520.650.5200.0122896.4966.47
Hex5778FC413401e46042
Octal1271703741016401344140102
Binary10101111111000111111001000001110100011110010011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5778FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5778FC; }

 p { color: rgb(87,120,252); }

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

<style>
 a { background-color: #5778FC; }

 a { background-color: rgb(87,120,252); }

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

<style>
 span { border-color: #5778FC; }

 span { border-color: rgb(87,120,252); }

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