Html Css Color HEX #5883CE Havelock Blue

📋 copy color: '#5883CE'

red 88 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #5883CE

Tints of Havelock Blue #5883CE

RGB

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

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

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

R = 20.71%
G = 30.82%
B = 48.47%

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

#5883CE (or 0x5883CE) is known color: Havelock Blue. HEX triplet: 58, 83 and CE. RGB value is (88,131,206). Sum of RGB (Red+Green+Blue) = 88+131+206=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #5883CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5883CE is #A77C31. Grayscale: #7E7E7E. Windows color (decimal): -10976306 or 13534040. OLE color: 13534040.

HSL color Cylindrical-coordinate representation of color #5883CE: hue angle of 218.14º 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 #5883CE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 131 206 -
CMYK 0.57 0.36 0 0.19
HSL 218.14º 0.55% 0.58% -
HSV(B) 218.14º 0.57% 0.81% -
XYZ 23.28 22.76 61.56 -
YUV 126.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 88 131 206 0.57 0.36 0 0.19 218.14 0.55 0.58
Hex 58 83 CE 39 24 0 13 DA 37 3A
Octal 130 203 316 71 44 0 23 332 67 72
Binary 1011000 10000011 11001110 111001 100100 0 10011 11011010 110111 111010

Color Harmonies of #5883CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5883CE

Black with #5883CE

Text Example


Text Example

White with #5883CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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