Html Css Color HEX #5884CE Havelock Blue

📋 copy color: '#5884CE'

red 88 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #5884CE

Tints of Havelock Blue #5884CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 20.66%
G = 30.99%
B = 48.36%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5884CE (or 0x5884CE) is known color: Havelock Blue. HEX triplet: 58, 84 and CE. RGB value is (88,132,206). Sum of RGB (Red+Green+Blue) = 88+132+206=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5884CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5884CE is #A77B31. Grayscale: #7E7E7E. Windows color (decimal): -10976050 or 13534296. OLE color: 13534296.

HSL color Cylindrical-coordinate representation of color #5884CE: hue angle of 217.63º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5884CE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 132 206 -
CMYK 0.57 0.36 0 0.19
HSL 217.63º 0.55% 0.58% -
HSV(B) 217.63º 0.57% 0.81% -
XYZ 23.42 23.03 61.6 -
YUV 127.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 88 132 206 0.57 0.36 0 0.19 217.63 0.55 0.58
Hex 58 84 CE 39 24 0 13 DA 37 3A
Octal 130 204 316 71 44 0 23 332 67 72
Binary 1011000 10000100 11001110 111001 100100 0 10011 11011010 110111 111010

Color Harmonies of #5884CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5884CE

Black with #5884CE

Text Example


Text Example

White with #5884CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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