Html Css Color HEX #5384CE Havelock Blue

📋 copy color: '#5384CE'

red 83 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #5384CE

Tints of Havelock Blue #5384CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 19.71%
G = 31.35%
B = 48.93%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5384CE (or 0x5384CE) is known color: Havelock Blue. HEX triplet: 53, 84 and CE. RGB value is (83,132,206). Sum of RGB (Red+Green+Blue) = 83+132+206=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5384CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384CE is #AC7B31. Grayscale: #7D7D7D. Windows color (decimal): -11303730 or 13534291. OLE color: 13534291.

HSL color Cylindrical-coordinate representation of color #5384CE: hue angle of 216.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5384CE is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 132 206 -
CMYK 0.60 0.36 0 0.19
HSL 216.1º 0.56% 0.57% -
HSV(B) 216.1º 0.6% 0.81% -
XYZ 22.96 22.8 61.58 -
YUV 125.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 83 132 206 0.60 0.36 0 0.19 216.1 0.56 0.57
Hex 53 84 CE 3C 24 0 13 D8 38 39
Octal 123 204 316 74 44 0 23 330 70 71
Binary 1010011 10000100 11001110 111100 100100 0 10011 11011000 111000 111001

Color Harmonies of #5384CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384CE

Black with #5384CE

Text Example


Text Example

White with #5384CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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