Html Css Color HEX #5583CF Havelock Blue

📋 copy color: '#5583CF'

red 85 ◦ green 131 ◦ blue 207

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

Shades of Havelock Blue #5583CF

Tints of Havelock Blue #5583CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 20.09%
G = 30.97%
B = 48.94%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5583CF (or 0x5583CF) is known color: Havelock Blue. HEX triplet: 55, 83 and CF. RGB value is (85,131,207). Sum of RGB (Red+Green+Blue) = 85+131+207=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5583CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583CF is #AA7C30. Grayscale: #7D7D7D. Windows color (decimal): -11172913 or 13599573. OLE color: 13599573.

HSL color Cylindrical-coordinate representation of color #5583CF: hue angle of 217.38º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5583CF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 131 207 -
CMYK 0.59 0.37 0 0.19
HSL 217.38º 0.56% 0.57% -
HSV(B) 217.38º 0.59% 0.81% -
XYZ 23.13 22.67 62.19 -
YUV 125.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 85 131 207 0.59 0.37 0 0.19 217.38 0.56 0.57
Hex 55 83 CF 3B 25 0 13 D9 38 39
Octal 125 203 317 73 45 0 23 331 70 71
Binary 1010101 10000011 11001111 111011 100101 0 10011 11011001 111000 111001

Color Harmonies of #5583CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5583CF

Black with #5583CF

Text Example


Text Example

White with #5583CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5583CF; }

 p { color: rgb(85,131,207); }

 H1.HeaderClassName
 {
   color: #5583CF;
 }
 .AnyTagClassName
 {
   color: #5583CF;
 }
</style>

background-color css

<style>
 a { background-color: #5583CF; }

 a { background-color: rgb(85,131,207); }

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

border-color css

<style>
 span { border-color: #5583CF; }

 span { border-color: rgb(85,131,207); }

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