Html Css Color HEX #5599FF Cornflower Blue

📋 copy color: '#5599FF'

red 85 ◦ green 153 ◦ blue 255

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

Shades of Cornflower Blue #5599FF

Tints of Cornflower Blue #5599FF

RGB

 RED value IS 85 (33.59% from 255) = 17.24%

 GREEN value IS 153 (60.16% from 255) = 31.03%

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

R = 17.24%
G = 31.03%
B = 51.72%

CMYK

 C value IS 0.67

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5599FF (or 0x5599FF) is known color: Cornflower Blue. HEX triplet: 55, 99 and FF. RGB value is (85,153,255). Sum of RGB (Red+Green+Blue) = 85+153+255=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #5599FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5599FF is #AA6600. Grayscale: #8F8F8F. Windows color (decimal): -11167233 or 16750933. OLE color: 16750933.

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

Color convert

RGB 85 153 255 -
CMYK 0.67 0.4 0 0
HSL 216º 1% 0.67% -
HSV(B) 216º 0.67% 1% -
XYZ 33.19 31.93 99.02 -
YUV 144.3 190.47 85.71 -
System Red Green Blue C M Y K H S L
Decimal 85 153 255 0.67 0.4 0 0 216 1 0.67
Hex 55 99 FF 43 28 0 0 D8 64 43
Octal 125 231 377 103 50 0 0 330 144 103
Binary 1010101 10011001 11111111 1000011 101000 0 0 11011000 1100100 1000011

Color Harmonies of #5599FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599FF

Black with #5599FF

Text Example


Text Example

White with #5599FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,153,255); }

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

background-color css

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

 a { background-color: rgb(85,153,255); }

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

border-color css

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

 span { border-color: rgb(85,153,255); }

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