Html Css Color HEX #5387CB Havelock Blue

📋 copy color: '#5387CB'

red 83 ◦ green 135 ◦ blue 203

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

Shades of Havelock Blue #5387CB

Tints of Havelock Blue #5387CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

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

R = 19.71%
G = 32.07%
B = 48.22%

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

#5387CB (or 0x5387CB) is known color: Havelock Blue. HEX triplet: 53, 87 and CB. RGB value is (83,135,203). Sum of RGB (Red+Green+Blue) = 83+135+203=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5387CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387CB is #AC7834. Grayscale: #7E7E7E. Windows color (decimal): -11302965 or 13338451. OLE color: 13338451.

HSL color Cylindrical-coordinate representation of color #5387CB: hue angle of 214º 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 #5387CB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 135 203 -
CMYK 0.59 0.33 0 0.20
HSL 214º 0.54% 0.56% -
HSV(B) 214º 0.59% 0.8% -
XYZ 23.01 23.48 59.82 -
YUV 127.2 170.77 96.47 -
System Red Green Blue C M Y K H S L
Decimal 83 135 203 0.59 0.33 0 0.20 214 0.54 0.56
Hex 53 87 CB 3B 21 0 14 D6 36 38
Octal 123 207 313 73 41 0 24 326 66 70
Binary 1010011 10000111 11001011 111011 100001 0 10100 11010110 110110 111000

Color Harmonies of #5387CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387CB

Black with #5387CB

Text Example


Text Example

White with #5387CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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