Html Css Color HEX #5384DB Havelock Blue

📋 copy color: '#5384DB'

red 83 ◦ green 132 ◦ blue 219

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

Shades of Havelock Blue #5384DB

Tints of Havelock Blue #5384DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 19.12%
G = 30.41%
B = 50.46%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5384DB (or 0x5384DB) is known color: Havelock Blue. HEX triplet: 53, 84 and DB. RGB value is (83,132,219). Sum of RGB (Red+Green+Blue) = 83+132+219=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #5384DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384DB is #AC7B24. Grayscale: #7E7E7E. Windows color (decimal): -11303717 or 14386259. OLE color: 14386259.

HSL color Cylindrical-coordinate representation of color #5384DB: hue angle of 218.38º 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 #5384DB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 132 219 -
CMYK 0.62 0.40 0 0.14
HSL 218.38º 0.65% 0.59% -
HSV(B) 218.38º 0.62% 0.86% -
XYZ 24.6 23.46 70.25 -
YUV 127.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 83 132 219 0.62 0.40 0 0.14 218.38 0.65 0.59
Hex 53 84 DB 3E 28 0 E DA 41 3B
Octal 123 204 333 76 50 0 16 332 101 73
Binary 1010011 10000100 11011011 111110 101000 0 1110 11011010 1000001 111011

Color Harmonies of #5384DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384DB

Black with #5384DB

Text Example


Text Example

White with #5384DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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