Html Css Color HEX #5384DA Havelock Blue

📋 copy color: '#5384DA'

red 83 ◦ green 132 ◦ blue 218

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

Shades of Havelock Blue #5384DA

Tints of Havelock Blue #5384DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 19.17%
G = 30.48%
B = 50.35%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5384DA (or 0x5384DA) is known color: Havelock Blue. HEX triplet: 53, 84 and DA. RGB value is (83,132,218). Sum of RGB (Red+Green+Blue) = 83+132+218=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #5384DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384DA is #AC7B25. Grayscale: #7E7E7E. Windows color (decimal): -11303718 or 14320723. OLE color: 14320723.

HSL color Cylindrical-coordinate representation of color #5384DA: hue angle of 218.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5384DA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 132 218 -
CMYK 0.62 0.39 0 0.15
HSL 218.22º 0.65% 0.59% -
HSV(B) 218.22º 0.62% 0.85% -
XYZ 24.47 23.4 69.56 -
YUV 127.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 83 132 218 0.62 0.39 0 0.15 218.22 0.65 0.59
Hex 53 84 DA 3E 27 0 F DA 41 3B
Octal 123 204 332 76 47 0 17 332 101 73
Binary 1010011 10000100 11011010 111110 100111 0 1111 11011010 1000001 111011

Color Harmonies of #5384DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384DA

Black with #5384DA

Text Example


Text Example

White with #5384DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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