Html Css Color HEX #5485BD Havelock Blue

📋 copy color: '#5485BD'

red 84 ◦ green 133 ◦ blue 189

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

Shades of Havelock Blue #5485BD

Tints of Havelock Blue #5485BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 20.69%
G = 32.76%
B = 46.55%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5485BD (or 0x5485BD) is known color: Havelock Blue. HEX triplet: 54, 85 and BD. RGB value is (84,133,189). Sum of RGB (Red+Green+Blue) = 84+133+189=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #5485BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485BD is #AB7A42. Grayscale: #7C7C7C. Windows color (decimal): -11237955 or 12420436. OLE color: 12420436.

HSL color Cylindrical-coordinate representation of color #5485BD: hue angle of 212º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5485BD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 133 189 -
CMYK 0.56 0.30 0 0.26
HSL 212º 0.44% 0.54% -
HSV(B) 212º 0.56% 0.74% -
XYZ 21.23 22.33 51.34 -
YUV 124.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 84 133 189 0.56 0.30 0 0.26 212 0.44 0.54
Hex 54 85 BD 38 1E 0 1A D4 2C 36
Octal 124 205 275 70 36 0 32 324 54 66
Binary 1010100 10000101 10111101 111000 11110 0 11010 11010100 101100 110110

Color Harmonies of #5485BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485BD

Black with #5485BD

Text Example


Text Example

White with #5485BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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