Html Css Color HEX #5884BC Havelock Blue

📋 copy color: '#5884BC'

red 88 ◦ green 132 ◦ blue 188

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

Shades of Havelock Blue #5884BC

Tints of Havelock Blue #5884BC

RGB

 RED value IS 88 (34.77% from 255) = 21.57%

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

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

R = 21.57%
G = 32.35%
B = 46.08%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5884BC (or 0x5884BC) is known color: Havelock Blue. HEX triplet: 58, 84 and BC. RGB value is (88,132,188). Sum of RGB (Red+Green+Blue) = 88+132+188=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5884BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884BC is #A77B43. Grayscale: #7C7C7C. Windows color (decimal): -10976068 or 12354648. OLE color: 12354648.

HSL color Cylindrical-coordinate representation of color #5884BC: hue angle of 213.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5884BC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 132 188 -
CMYK 0.53 0.30 0 0.26
HSL 213.6º 0.43% 0.54% -
HSV(B) 213.6º 0.53% 0.74% -
XYZ 21.35 22.21 50.74 -
YUV 125.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 88 132 188 0.53 0.30 0 0.26 213.6 0.43 0.54
Hex 58 84 BC 35 1E 0 1A D6 2B 36
Octal 130 204 274 65 36 0 32 326 53 66
Binary 1011000 10000100 10111100 110101 11110 0 11010 11010110 101011 110110

Color Harmonies of #5884BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5884BC

Black with #5884BC

Text Example


Text Example

White with #5884BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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