Html Css Color HEX #5883BC Havelock Blue

📋 copy color: '#5883BC'

red 88 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5883BC

Tints of Havelock Blue #5883BC

RGB

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

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

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

R = 21.62%
G = 32.19%
B = 46.19%

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

#5883BC (or 0x5883BC) is known color: Havelock Blue. HEX triplet: 58, 83 and BC. RGB value is (88,131,188). Sum of RGB (Red+Green+Blue) = 88+131+188=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #5883BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883BC is #A77C43. Grayscale: #7C7C7C. Windows color (decimal): -10976324 or 12354392. OLE color: 12354392.

HSL color Cylindrical-coordinate representation of color #5883BC: hue angle of 214.2º 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 #5883BC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 131 188 -
CMYK 0.53 0.30 0 0.26
HSL 214.2º 0.43% 0.54% -
HSV(B) 214.2º 0.53% 0.74% -
XYZ 21.22 21.94 50.69 -
YUV 124.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 88 131 188 0.53 0.30 0 0.26 214.2 0.43 0.54
Hex 58 83 BC 35 1E 0 1A D6 2B 36
Octal 130 203 274 65 36 0 32 326 53 66
Binary 1011000 10000011 10111100 110101 11110 0 11010 11010110 101011 110110

Color Harmonies of #5883BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883BC

Black with #5883BC

Text Example


Text Example

White with #5883BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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