Html Css Color HEX #5883BA Havelock Blue

📋 copy color: '#5883BA'

red 88 ◦ green 131 ◦ blue 186

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

Shades of Havelock Blue #5883BA

Tints of Havelock Blue #5883BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 21.73%
G = 32.35%
B = 45.93%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5883BA (or 0x5883BA) is known color: Havelock Blue. HEX triplet: 58, 83 and BA. RGB value is (88,131,186). Sum of RGB (Red+Green+Blue) = 88+131+186=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5883BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883BA is #A77C45. Grayscale: #7C7C7C. Windows color (decimal): -10976326 or 12223320. OLE color: 12223320.

HSL color Cylindrical-coordinate representation of color #5883BA: hue angle of 213.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5883BA is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 131 186 -
CMYK 0.53 0.30 0 0.27
HSL 213.67º 0.42% 0.54% -
HSV(B) 213.67º 0.53% 0.73% -
XYZ 21 21.85 49.57 -
YUV 124.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 88 131 186 0.53 0.30 0 0.27 213.67 0.42 0.54
Hex 58 83 BA 35 1E 0 1B D6 2A 36
Octal 130 203 272 65 36 0 33 326 52 66
Binary 1011000 10000011 10111010 110101 11110 0 11011 11010110 101010 110110

Color Harmonies of #5883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883BA

Black with #5883BA

Text Example


Text Example

White with #5883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5883BA; }

 p { color: rgb(88,131,186); }

 H1.HeaderClassName
 {
   color: #5883BA;
 }
 .AnyTagClassName
 {
   color: #5883BA;
 }
</style>

background-color css

<style>
 a { background-color: #5883BA; }

 a { background-color: rgb(88,131,186); }

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

border-color css

<style>
 span { border-color: #5883BA; }

 span { border-color: rgb(88,131,186); }

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