Html Css Color HEX #5583BD Havelock Blue

📋 copy color: '#5583BD'

red 85 ◦ green 131 ◦ blue 189

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

Shades of Havelock Blue #5583BD

Tints of Havelock Blue #5583BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 20.99%
G = 32.35%
B = 46.67%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5583BD (or 0x5583BD) is known color: Havelock Blue. HEX triplet: 55, 83 and BD. RGB value is (85,131,189). Sum of RGB (Red+Green+Blue) = 85+131+189=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #5583BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583BD is #AA7C42. Grayscale: #7B7B7B. Windows color (decimal): -11172931 or 12419925. OLE color: 12419925.

HSL color Cylindrical-coordinate representation of color #5583BD: hue angle of 213.46º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5583BD is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 131 189 -
CMYK 0.55 0.31 0 0.26
HSL 213.46º 0.44% 0.54% -
HSV(B) 213.46º 0.55% 0.74% -
XYZ 21.05 21.84 51.25 -
YUV 123.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 85 131 189 0.55 0.31 0 0.26 213.46 0.44 0.54
Hex 55 83 BD 37 1F 0 1A D5 2C 36
Octal 125 203 275 67 37 0 32 325 54 66
Binary 1010101 10000011 10111101 110111 11111 0 11010 11010101 101100 110110

Color Harmonies of #5583BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5583BD

Black with #5583BD

Text Example


Text Example

White with #5583BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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