Html Css Color HEX #5475BC Havelock Blue

📋 copy color: '#5475BC'

red 84 ◦ green 117 ◦ blue 188

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

Shades of Havelock Blue #5475BC

Tints of Havelock Blue #5475BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 21.59%
G = 30.08%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5475BC (or 0x5475BC) is known color: Havelock Blue. HEX triplet: 54, 75 and BC. RGB value is (84,117,188). Sum of RGB (Red+Green+Blue) = 84+117+188=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5475BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5475BC is #AB8A43. Grayscale: #727272. Windows color (decimal): -11242052 or 12350804. OLE color: 12350804.

HSL color Cylindrical-coordinate representation of color #5475BC: hue angle of 220.96º 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 #5475BC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 117 188 -
CMYK 0.55 0.38 0 0.26
HSL 220.96º 0.44% 0.53% -
HSV(B) 220.96º 0.55% 0.74% -
XYZ 19.09 18.24 50.09 -
YUV 115.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 84 117 188 0.55 0.38 0 0.26 220.96 0.44 0.53
Hex 54 75 BC 37 26 0 1A DD 2C 35
Octal 124 165 274 67 46 0 32 335 54 65
Binary 1010100 1110101 10111100 110111 100110 0 11010 11011101 101100 110101

Color Harmonies of #5475BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5475BC

Black with #5475BC

Text Example


Text Example

White with #5475BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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