Html Css Color HEX #5584BC Havelock Blue

📋 copy color: '#5584BC'

red 85 ◦ green 132 ◦ blue 188

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

Shades of Havelock Blue #5584BC

Tints of Havelock Blue #5584BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 20.99%
G = 32.59%
B = 46.42%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5584BC (or 0x5584BC) is known color: Havelock Blue. HEX triplet: 55, 84 and BC. RGB value is (85,132,188). Sum of RGB (Red+Green+Blue) = 85+132+188=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5584BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584BC is #AA7B43. Grayscale: #7C7C7C. Windows color (decimal): -11172676 or 12354645. OLE color: 12354645.

HSL color Cylindrical-coordinate representation of color #5584BC: hue angle of 212.62º degrees, saturation: 0.43, 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 #5584BC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 132 188 -
CMYK 0.55 0.30 0 0.26
HSL 212.62º 0.43% 0.54% -
HSV(B) 212.62º 0.55% 0.74% -
XYZ 21.07 22.06 50.73 -
YUV 124.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 85 132 188 0.55 0.30 0 0.26 212.62 0.43 0.54
Hex 55 84 BC 37 1E 0 1A D5 2B 36
Octal 125 204 274 67 36 0 32 325 53 66
Binary 1010101 10000100 10111100 110111 11110 0 11010 11010101 101011 110110

Color Harmonies of #5584BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5584BC

Black with #5584BC

Text Example


Text Example

White with #5584BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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