Html Css Color HEX #5388CE Havelock Blue

📋 copy color: '#5388CE'

red 83 ◦ green 136 ◦ blue 206

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

Shades of Havelock Blue #5388CE

Tints of Havelock Blue #5388CE

RGB

 RED value IS 83 (32.81% from 255) = 19.53%

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 19.53%
G = 32%
B = 48.47%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5388CE (or 0x5388CE) is known color: Havelock Blue. HEX triplet: 53, 88 and CE. RGB value is (83,136,206). Sum of RGB (Red+Green+Blue) = 83+136+206=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 136 (53.52% from 255 or 32% 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 #5388CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388CE is #AC7731. Grayscale: #7F7F7F. Windows color (decimal): -11302706 or 13535315. OLE color: 13535315.

HSL color Cylindrical-coordinate representation of color #5388CE: hue angle of 214.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5388CE is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 136 206 -
CMYK 0.60 0.34 0 0.19
HSL 214.15º 0.56% 0.57% -
HSV(B) 214.15º 0.6% 0.81% -
XYZ 23.51 23.9 61.77 -
YUV 128.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 83 136 206 0.60 0.34 0 0.19 214.15 0.56 0.57
Hex 53 88 CE 3C 22 0 13 D6 38 39
Octal 123 210 316 74 42 0 23 326 70 71
Binary 1010011 10001000 11001110 111100 100010 0 10011 11010110 111000 111001

Color Harmonies of #5388CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388CE

Black with #5388CE

Text Example


Text Example

White with #5388CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,136,206); }

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

background-color css

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

 a { background-color: rgb(83,136,206); }

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

border-color css

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

 span { border-color: rgb(83,136,206); }

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