Html Css Color HEX #5483DB Havelock Blue

📋 copy color: '#5483DB'

red 84 ◦ green 131 ◦ blue 219

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

Shades of Havelock Blue #5483DB

Tints of Havelock Blue #5483DB

RGB

 RED value IS 84 (33.2% from 255) = 19.35%

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 19.35%
G = 30.18%
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

#5483DB (or 0x5483DB) is known color: Havelock Blue. HEX triplet: 54, 83 and DB. RGB value is (84,131,219). Sum of RGB (Red+Green+Blue) = 84+131+219=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 131 (51.56% from 255 or 30.18% 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 #5483DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483DB is #AB7C24. Grayscale: #7E7E7E. Windows color (decimal): -11238437 or 14386004. OLE color: 14386004.

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

Color convert

RGB 84 131 219 -
CMYK 0.62 0.40 0 0.14
HSL 219.11º 0.65% 0.59% -
HSV(B) 219.11º 0.62% 0.86% -
XYZ 24.56 23.23 70.21 -
YUV 126.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 84 131 219 0.62 0.40 0 0.14 219.11 0.65 0.59
Hex 54 83 DB 3E 28 0 E DB 41 3B
Octal 124 203 333 76 50 0 16 333 101 73
Binary 1010100 10000011 11011011 111110 101000 0 1110 11011011 1000001 111011

Color Harmonies of #5483DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483DB

Black with #5483DB

Text Example


Text Example

White with #5483DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,131,219); }

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

background-color css

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

 a { background-color: rgb(84,131,219); }

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

border-color css

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

 span { border-color: rgb(84,131,219); }

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