Html Css Color HEX #5885BE Havelock Blue

📋 copy color: '#5885BE'

red 88 ◦ green 133 ◦ blue 190

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

Shades of Havelock Blue #5885BE

Tints of Havelock Blue #5885BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 21.41%
G = 32.36%
B = 46.23%

CMYK

 C value IS 0.54

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5885BE (or 0x5885BE) is known color: Havelock Blue. HEX triplet: 58, 85 and BE. RGB value is (88,133,190). Sum of RGB (Red+Green+Blue) = 88+133+190=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #5885BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885BE is #A77A41. Grayscale: #7D7D7D. Windows color (decimal): -10975810 or 12485976. OLE color: 12485976.

HSL color Cylindrical-coordinate representation of color #5885BE: hue angle of 213.53º 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 #5885BE is Cyan = 0.54, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 133 190 -
CMYK 0.54 0.3 0 0.25
HSL 213.53º 0.44% 0.55% -
HSV(B) 213.53º 0.54% 0.75% -
XYZ 21.71 22.57 51.93 -
YUV 126.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 88 133 190 0.54 0.3 0 0.25 213.53 0.44 0.55
Hex 58 85 BE 36 1E 0 19 D6 2C 37
Octal 130 205 276 66 36 0 31 326 54 67
Binary 1011000 10000101 10111110 110110 11110 0 11001 11010110 101100 110111

Color Harmonies of #5885BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5885BE

Black with #5885BE

Text Example


Text Example

White with #5885BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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