Html Css Color HEX #5892FF Cornflower Blue

📋 copy color: '#5892FF'

red 88 ◦ green 146 ◦ blue 255

#5892FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5892FF

Tints of Cornflower Blue #5892FF

RGB

 RED value IS 88 (34.77% from 255) = 18%

 GREEN value IS 146 (57.42% from 255) = 29.86%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 18%
G = 29.86%
B = 52.15%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5892FF (or 0x5892FF) is known color: Cornflower Blue. HEX triplet: 58, 92 and FF. RGB value is (88,146,255). Sum of RGB (Red+Green+Blue) = 88+146+255=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #5892FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5892FF is #A76D00. Grayscale: #8C8C8C. Windows color (decimal): -10972417 or 16749144. OLE color: 16749144.

HSL color Cylindrical-coordinate representation of color #5892FF: hue angle of 219.16º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5892FF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 146 255 -
CMYK 0.65 0.43 0 0
HSL 219.16º 1% 0.67% -
HSV(B) 219.16º 0.65% 1% -
XYZ 32.35 29.85 98.66 -
YUV 141.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 88 146 255 0.65 0.43 0 0 219.16 1 0.67
Hex 58 92 FF 41 2B 0 0 DB 64 43
Octal 130 222 377 101 53 0 0 333 144 103
Binary 1011000 10010010 11111111 1000001 101011 0 0 11011011 1100100 1000011

Color Harmonies of #5892FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5892FF

Black with #5892FF

Text Example


Text Example

White with #5892FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5892FF; }

 p { color: rgb(88,146,255); }

 H1.HeaderClassName
 {
   color: #5892FF;
 }
 .AnyTagClassName
 {
   color: #5892FF;
 }
</style>

background-color css

<style>
 a { background-color: #5892FF; }

 a { background-color: rgb(88,146,255); }

 div.DivClassName
 {
   background-color: #5892FF;
 }
 .BgClassName
 {
   background-color: #5892FF;
 }
</style>

border-color css

<style>
 span { border-color: #5892FF; }

 span { border-color: rgb(88,146,255); }

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