Html Css Color HEX #5884BE Havelock Blue

📋 copy color: '#5884BE'

red 88 ◦ green 132 ◦ blue 190

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

Shades of Havelock Blue #5884BE

Tints of Havelock Blue #5884BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 21.46%
G = 32.2%
B = 46.34%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5884BE (or 0x5884BE) is known color: Havelock Blue. HEX triplet: 58, 84 and BE. RGB value is (88,132,190). Sum of RGB (Red+Green+Blue) = 88+132+190=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5884BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884BE is #A77B41. Grayscale: #7D7D7D. Windows color (decimal): -10976066 or 12485720. OLE color: 12485720.

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

Color convert

RGB 88 132 190 -
CMYK 0.54 0.31 0 0.25
HSL 214.12º 0.44% 0.55% -
HSV(B) 214.12º 0.54% 0.75% -
XYZ 21.57 22.29 51.88 -
YUV 125.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 88 132 190 0.54 0.31 0 0.25 214.12 0.44 0.55
Hex 58 84 BE 36 1F 0 19 D6 2C 37
Octal 130 204 276 66 37 0 31 326 54 67
Binary 1011000 10000100 10111110 110110 11111 0 11001 11010110 101100 110111

Color Harmonies of #5884BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5884BE

Black with #5884BE

Text Example


Text Example

White with #5884BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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