Html Css Color HEX #5484CE Havelock Blue

📋 copy color: '#5484CE'

red 84 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #5484CE

Tints of Havelock Blue #5484CE

RGB

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

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

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

R = 19.91%
G = 31.28%
B = 48.82%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5484CE (or 0x5484CE) is known color: Havelock Blue. HEX triplet: 54, 84 and CE. RGB value is (84,132,206). Sum of RGB (Red+Green+Blue) = 84+132+206=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5484CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484CE is #AB7B31. Grayscale: #7D7D7D. Windows color (decimal): -11238194 or 13534292. OLE color: 13534292.

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

Color convert

RGB 84 132 206 -
CMYK 0.59 0.36 0 0.19
HSL 216.39º 0.55% 0.57% -
HSV(B) 216.39º 0.59% 0.81% -
XYZ 23.05 22.84 61.59 -
YUV 126.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 84 132 206 0.59 0.36 0 0.19 216.39 0.55 0.57
Hex 54 84 CE 3B 24 0 13 D8 37 39
Octal 124 204 316 73 44 0 23 330 67 71
Binary 1010100 10000100 11001110 111011 100100 0 10011 11011000 110111 111001

Color Harmonies of #5484CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484CE

Black with #5484CE

Text Example


Text Example

White with #5484CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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