Html Css Color HEX #5883CA Havelock Blue

📋 copy color: '#5883CA'

red 88 ◦ green 131 ◦ blue 202

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

Shades of Havelock Blue #5883CA

Tints of Havelock Blue #5883CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 20.9%
G = 31.12%
B = 47.98%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5883CA (or 0x5883CA) is known color: Havelock Blue. HEX triplet: 58, 83 and CA. RGB value is (88,131,202). Sum of RGB (Red+Green+Blue) = 88+131+202=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #5883CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883CA is #A77C35. Grayscale: #7D7D7D. Windows color (decimal): -10976310 or 13271896. OLE color: 13271896.

HSL color Cylindrical-coordinate representation of color #5883CA: hue angle of 217.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5883CA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 131 202 -
CMYK 0.56 0.35 0 0.21
HSL 217.37º 0.52% 0.57% -
HSV(B) 217.37º 0.56% 0.79% -
XYZ 22.8 22.57 59.03 -
YUV 126.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 88 131 202 0.56 0.35 0 0.21 217.37 0.52 0.57
Hex 58 83 CA 38 23 0 15 D9 34 39
Octal 130 203 312 70 43 0 25 331 64 71
Binary 1011000 10000011 11001010 111000 100011 0 10101 11011001 110100 111001

Color Harmonies of #5883CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883CA

Black with #5883CA

Text Example


Text Example

White with #5883CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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