Html Css Color HEX #5485BC Havelock Blue

📋 copy color: '#5485BC'

red 84 ◦ green 133 ◦ blue 188

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

Shades of Havelock Blue #5485BC

Tints of Havelock Blue #5485BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 20.74%
G = 32.84%
B = 46.42%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5485BC (or 0x5485BC) is known color: Havelock Blue. HEX triplet: 54, 85 and BC. RGB value is (84,133,188). Sum of RGB (Red+Green+Blue) = 84+133+188=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5485BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485BC is #AB7A43. Grayscale: #7C7C7C. Windows color (decimal): -11237956 or 12354900. OLE color: 12354900.

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

Color convert

RGB 84 133 188 -
CMYK 0.55 0.29 0 0.26
HSL 211.73º 0.44% 0.53% -
HSV(B) 211.73º 0.55% 0.74% -
XYZ 21.12 22.29 50.77 -
YUV 124.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 84 133 188 0.55 0.29 0 0.26 211.73 0.44 0.53
Hex 54 85 BC 37 1D 0 1A D4 2C 35
Octal 124 205 274 67 35 0 32 324 54 65
Binary 1010100 10000101 10111100 110111 11101 0 11010 11010100 101100 110101

Color Harmonies of #5485BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485BC

Black with #5485BC

Text Example


Text Example

White with #5485BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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