Html Css Color HEX #5384DC Havelock Blue

📋 copy color: '#5384DC'

red 83 ◦ green 132 ◦ blue 220

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

Shades of Havelock Blue #5384DC

Tints of Havelock Blue #5384DC

RGB

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

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

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

R = 19.08%
G = 30.34%
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

#5384DC (or 0x5384DC) is known color: Havelock Blue. HEX triplet: 53, 84 and DC. RGB value is (83,132,220). Sum of RGB (Red+Green+Blue) = 83+132+220=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 132 (51.95% from 255 or 30.34% 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 #5384DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384DC is #AC7B23. Grayscale: #7E7E7E. Windows color (decimal): -11303716 or 14451795. OLE color: 14451795.

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

Color convert

RGB 83 132 220 -
CMYK 0.62 0.40 0 0.14
HSL 218.54º 0.66% 0.59% -
HSV(B) 218.54º 0.62% 0.86% -
XYZ 24.74 23.51 70.94 -
YUV 127.38 180.27 96.34 -
System Red Green Blue C M Y K H S L
Decimal 83 132 220 0.62 0.40 0 0.14 218.54 0.66 0.59
Hex 53 84 DC 3E 28 0 E DB 42 3B
Octal 123 204 334 76 50 0 16 333 102 73
Binary 1010011 10000100 11011100 111110 101000 0 1110 11011011 1000010 111011

Color Harmonies of #5384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384DC

Black with #5384DC

Text Example


Text Example

White with #5384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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