Html Css Color HEX #5387DB Havelock Blue

📋 copy color: '#5387DB'

red 83 ◦ green 135 ◦ blue 219

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

Shades of Havelock Blue #5387DB

Tints of Havelock Blue #5387DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 18.99%
G = 30.89%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5387DB (or 0x5387DB) is known color: Havelock Blue. HEX triplet: 53, 87 and DB. RGB value is (83,135,219). Sum of RGB (Red+Green+Blue) = 83+135+219=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #5387DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387DB is #AC7824. Grayscale: #808080. Windows color (decimal): -11302949 or 14387027. OLE color: 14387027.

HSL color Cylindrical-coordinate representation of color #5387DB: hue angle of 217.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5387DB is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 135 219 -
CMYK 0.62 0.38 0 0.14
HSL 217.06º 0.65% 0.59% -
HSV(B) 217.06º 0.62% 0.86% -
XYZ 25.02 24.28 70.39 -
YUV 129.03 178.77 95.17 -
System Red Green Blue C M Y K H S L
Decimal 83 135 219 0.62 0.38 0 0.14 217.06 0.65 0.59
Hex 53 87 DB 3E 26 0 E D9 41 3B
Octal 123 207 333 76 46 0 16 331 101 73
Binary 1010011 10000111 11011011 111110 100110 0 1110 11011001 1000001 111011

Color Harmonies of #5387DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387DB

Black with #5387DB

Text Example


Text Example

White with #5387DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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