Html Css Color HEX #5584CC Havelock Blue

📋 copy color: '#5584CC'

red 85 ◦ green 132 ◦ blue 204

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

Shades of Havelock Blue #5584CC

Tints of Havelock Blue #5584CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 20.19%
G = 31.35%
B = 48.46%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5584CC (or 0x5584CC) is known color: Havelock Blue. HEX triplet: 55, 84 and CC. RGB value is (85,132,204). Sum of RGB (Red+Green+Blue) = 85+132+204=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #5584CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584CC is #AA7B33. Grayscale: #7D7D7D. Windows color (decimal): -11172660 or 13403221. OLE color: 13403221.

HSL color Cylindrical-coordinate representation of color #5584CC: hue angle of 216.3º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5584CC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 132 204 -
CMYK 0.58 0.35 0 0.2
HSL 216.3º 0.54% 0.57% -
HSV(B) 216.3º 0.58% 0.8% -
XYZ 22.9 22.79 60.32 -
YUV 126.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 85 132 204 0.58 0.35 0 0.2 216.3 0.54 0.57
Hex 55 84 CC 3A 23 0 14 D8 36 39
Octal 125 204 314 72 43 0 24 330 66 71
Binary 1010101 10000100 11001100 111010 100011 0 10100 11011000 110110 111001

Color Harmonies of #5584CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5584CC

Black with #5584CC

Text Example


Text Example

White with #5584CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5584CC; }

 p { color: rgb(85,132,204); }

 H1.HeaderClassName
 {
   color: #5584CC;
 }
 .AnyTagClassName
 {
   color: #5584CC;
 }
</style>

background-color css

<style>
 a { background-color: #5584CC; }

 a { background-color: rgb(85,132,204); }

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

border-color css

<style>
 span { border-color: #5584CC; }

 span { border-color: rgb(85,132,204); }

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