Html Css Color HEX #5485CE Havelock Blue

📋 copy color: '#5485CE'

red 84 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #5485CE

Tints of Havelock Blue #5485CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 19.86%
G = 31.44%
B = 48.7%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5485CE (or 0x5485CE) is known color: Havelock Blue. HEX triplet: 54, 85 and CE. RGB value is (84,133,206). Sum of RGB (Red+Green+Blue) = 84+133+206=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5485CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485CE is #AB7A31. Grayscale: #7E7E7E. Windows color (decimal): -11237938 or 13534548. OLE color: 13534548.

HSL color Cylindrical-coordinate representation of color #5485CE: hue angle of 215.9º 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 #5485CE is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 133 206 -
CMYK 0.59 0.35 0 0.19
HSL 215.9º 0.55% 0.57% -
HSV(B) 215.9º 0.59% 0.81% -
XYZ 23.18 23.12 61.63 -
YUV 126.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 84 133 206 0.59 0.35 0 0.19 215.9 0.55 0.57
Hex 54 85 CE 3B 23 0 13 D8 37 39
Octal 124 205 316 73 43 0 23 330 67 71
Binary 1010100 10000101 11001110 111011 100011 0 10011 11011000 110111 111001

Color Harmonies of #5485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485CE

Black with #5485CE

Text Example


Text Example

White with #5485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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