#5C89FE

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

Shades of Cornflower Blue #5C89FE

Tints of Cornflower Blue #5C89FE

Color information

#5C89FE (or 0x5C89FE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 89 and FE. RGB value is (92,137,254). Sum of RGB (Red+Green+Blue) = 92+137+254=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C89FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C89FE is #A37601. Grayscale: #888888. Windows color (decimal): -10712578 or 16681308. OLE color: 16681308.

HSL color Cylindrical-coordinate representation of color #5C89FE: hue angle of 223.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C89FE is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB92137254-
CMYK0.640.4600.00
HSL223.33º98.78%67.84%-
HSV(B)223.33º63.78%99.61%-
XYZ31.2527.3297.39-
YUV136.88194.0995.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.05%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=19.05%
G=28.36%
B=52.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal921372540.640.4600.00223.3398.7867.84
Hex5C89FE402E00df6344
Octal1342113761005600337143104
Binary101110010001001111111101000000101110001101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,137,254); }

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

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

 a { background-color: rgb(92,137,254); }

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

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

 span { border-color: rgb(92,137,254); }

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