Html Css Color HEX #5483DC Havelock Blue

📋 copy color: '#5483DC'

red 84 ◦ green 131 ◦ blue 220

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

Shades of Havelock Blue #5483DC

Tints of Havelock Blue #5483DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 19.31%
G = 30.11%
B = 50.57%

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

#5483DC (or 0x5483DC) is known color: Havelock Blue. HEX triplet: 54, 83 and DC. RGB value is (84,131,220). Sum of RGB (Red+Green+Blue) = 84+131+220=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #5483DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5483DC is #AB7C23. Grayscale: #7E7E7E. Windows color (decimal): -11238436 or 14451540. OLE color: 14451540.

HSL color Cylindrical-coordinate representation of color #5483DC: hue angle of 219.26º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5483DC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 131 220 -
CMYK 0.62 0.40 0 0.14
HSL 219.26º 0.66% 0.6% -
HSV(B) 219.26º 0.62% 0.86% -
XYZ 24.69 23.28 70.9 -
YUV 127.09 180.43 97.26 -
System Red Green Blue C M Y K H S L
Decimal 84 131 220 0.62 0.40 0 0.14 219.26 0.66 0.6
Hex 54 83 DC 3E 28 0 E DB 42 3C
Octal 124 203 334 76 50 0 16 333 102 74
Binary 1010100 10000011 11011100 111110 101000 0 1110 11011011 1000010 111100

Color Harmonies of #5483DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483DC

Black with #5483DC

Text Example


Text Example

White with #5483DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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