Html Css Color HEX #5597FF Cornflower Blue

📋 copy color: '#5597FF'

red 85 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #5597FF

Tints of Cornflower Blue #5597FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.75%

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

R = 17.31%
G = 30.75%
B = 51.93%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5597FF (or 0x5597FF) is known color: Cornflower Blue. HEX triplet: 55, 97 and FF. RGB value is (85,151,255). Sum of RGB (Red+Green+Blue) = 85+151+255=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #5597FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5597FF is #AA6800. Grayscale: #8E8E8E. Windows color (decimal): -11167745 or 16750421. OLE color: 16750421.

HSL color Cylindrical-coordinate representation of color #5597FF: hue angle of 216.71º 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 #5597FF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 151 255 -
CMYK 0.67 0.41 0 0
HSL 216.71º 1% 0.67% -
HSV(B) 216.71º 0.67% 1% -
XYZ 32.86 31.28 98.91 -
YUV 143.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 85 151 255 0.67 0.41 0 0 216.71 1 0.67
Hex 55 97 FF 43 29 0 0 D9 64 43
Octal 125 227 377 103 51 0 0 331 144 103
Binary 1010101 10010111 11111111 1000011 101001 0 0 11011001 1100100 1000011

Color Harmonies of #5597FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5597FF

Black with #5597FF

Text Example


Text Example

White with #5597FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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