Html Css Color HEX #5892EC Cornflower Blue

📋 copy color: '#5892EC'

red 88 ◦ green 146 ◦ blue 236

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

Shades of Cornflower Blue #5892EC

Tints of Cornflower Blue #5892EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 18.72%
G = 31.06%
B = 50.21%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5892EC (or 0x5892EC) is known color: Cornflower Blue. HEX triplet: 58, 92 and EC. RGB value is (88,146,236). Sum of RGB (Red+Green+Blue) = 88+146+236=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #5892EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5892EC is #A76D13. Grayscale: #8A8A8A. Windows color (decimal): -10972436 or 15503960. OLE color: 15503960.

HSL color Cylindrical-coordinate representation of color #5892EC: hue angle of 216.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5892EC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 146 236 -
CMYK 0.63 0.38 0 0.07
HSL 216.49º 0.8% 0.64% -
HSV(B) 216.49º 0.63% 0.93% -
XYZ 29.44 28.69 83.34 -
YUV 138.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 88 146 236 0.63 0.38 0 0.07 216.49 0.8 0.64
Hex 58 92 EC 3F 26 0 7 D8 50 40
Octal 130 222 354 77 46 0 7 330 120 100
Binary 1011000 10010010 11101100 111111 100110 0 111 11011000 1010000 1000000

Color Harmonies of #5892EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5892EC

Black with #5892EC

Text Example


Text Example

White with #5892EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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