Html Css Color HEX #5596F5 Cornflower Blue

📋 copy color: '#5596F5'

red 85 ◦ green 150 ◦ blue 245

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

Shades of Cornflower Blue #5596F5

Tints of Cornflower Blue #5596F5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.25%

 BLUE value IS 245 (96.09% from 255) = 51.04%

R = 17.71%
G = 31.25%
B = 51.04%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5596F5 (or 0x5596F5) is known color: Cornflower Blue. HEX triplet: 55, 96 and F5. RGB value is (85,150,245). Sum of RGB (Red+Green+Blue) = 85+150+245=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #5596F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5596F5 is #AA690A. Grayscale: #8C8C8C. Windows color (decimal): -11168011 or 16094805. OLE color: 16094805.

HSL color Cylindrical-coordinate representation of color #5596F5: hue angle of 215.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5596F5 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 150 245 -
CMYK 0.65 0.39 0 0.04
HSL 215.63º 0.89% 0.65% -
HSV(B) 215.63º 0.65% 0.96% -
XYZ 31.13 30.34 90.6 -
YUV 141.4 186.47 87.78 -
System Red Green Blue C M Y K H S L
Decimal 85 150 245 0.65 0.39 0 0.04 215.63 0.89 0.65
Hex 55 96 F5 41 27 0 4 D8 59 41
Octal 125 226 365 101 47 0 4 330 131 101
Binary 1010101 10010110 11110101 1000001 100111 0 100 11011000 1011001 1000001

Color Harmonies of #5596F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5596F5

Black with #5596F5

Text Example


Text Example

White with #5596F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5596F5; }

 p { color: rgb(85,150,245); }

 H1.HeaderClassName
 {
   color: #5596F5;
 }
 .AnyTagClassName
 {
   color: #5596F5;
 }
</style>

background-color css

<style>
 a { background-color: #5596F5; }

 a { background-color: rgb(85,150,245); }

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

border-color css

<style>
 span { border-color: #5596F5; }

 span { border-color: rgb(85,150,245); }

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