#5C90ED

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

Shades of Cornflower Blue #5C90ED

Tints of Cornflower Blue #5C90ED

Color information

#5C90ED (or 0x5C90ED) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 90 and ED. RGB value is (92,144,237). Sum of RGB (Red+Green+Blue) = 92+144+237=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C90ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C90ED is #A36F12. Grayscale: #8A8A8A. Windows color (decimal): -10710803 or 15568988. OLE color: 15568988.

HSL color Cylindrical-coordinate representation of color #5C90ED: hue angle of 218.48º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C90ED is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92144237-
CMYK0.610.3900.07
HSL218.48º80.11%64.51%-
HSV(B)218.48º61.18%92.94%-
XYZ29.6728.3484.03-
YUV139.05183.2794.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.45%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=19.45%
G=30.44%
B=50.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal921442370.610.3900.07218.4880.1164.51
Hex5C90ED3D2707da5041
Octal134220355754707332120101
Binary1011100100100001110110111110110011101111101101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,237); }

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

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

 a { background-color: rgb(92,144,237); }

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

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

 span { border-color: rgb(92,144,237); }

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