Html Css Color HEX #5388CB Havelock Blue

📋 copy color: '#5388CB'

red 83 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5388CB

Tints of Havelock Blue #5388CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 19.67%
G = 32.23%
B = 48.1%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5388CB (or 0x5388CB) is known color: Havelock Blue. HEX triplet: 53, 88 and CB. RGB value is (83,136,203). Sum of RGB (Red+Green+Blue) = 83+136+203=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5388CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388CB is #AC7734. Grayscale: #7F7F7F. Windows color (decimal): -11302709 or 13338707. OLE color: 13338707.

HSL color Cylindrical-coordinate representation of color #5388CB: hue angle of 213.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5388CB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 136 203 -
CMYK 0.59 0.33 0 0.20
HSL 213.5º 0.54% 0.56% -
HSV(B) 213.5º 0.59% 0.8% -
XYZ 23.15 23.76 59.87 -
YUV 127.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 83 136 203 0.59 0.33 0 0.20 213.5 0.54 0.56
Hex 53 88 CB 3B 21 0 14 D6 36 38
Octal 123 210 313 73 41 0 24 326 66 70
Binary 1010011 10001000 11001011 111011 100001 0 10100 11010110 110110 111000

Color Harmonies of #5388CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5388CB

Black with #5388CB

Text Example


Text Example

White with #5388CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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