Html Css Color HEX #5173CC Havelock Blue

📋 copy color: '#5173CC'

red 81 ◦ green 115 ◦ blue 204

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

Shades of Havelock Blue #5173CC

Tints of Havelock Blue #5173CC

RGB

 RED value IS 81 (32.03% from 255) = 20.25%

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 20.25%
G = 28.75%
B = 51%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5173CC (or 0x5173CC) is known color: Havelock Blue. HEX triplet: 51, 73 and CC. RGB value is (81,115,204). Sum of RGB (Red+Green+Blue) = 81+115+204=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #5173CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5173CC is #AE8C33. Grayscale: #727272. Windows color (decimal): -11439156 or 13398865. OLE color: 13398865.

HSL color Cylindrical-coordinate representation of color #5173CC: hue angle of 223.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5173CC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 115 204 -
CMYK 0.60 0.44 0 0.2
HSL 223.41º 0.55% 0.56% -
HSV(B) 223.41º 0.6% 0.8% -
XYZ 20.42 18.37 59.6 -
YUV 114.98 178.24 103.76 -
System Red Green Blue C M Y K H S L
Decimal 81 115 204 0.60 0.44 0 0.2 223.41 0.55 0.56
Hex 51 73 CC 3C 2C 0 14 DF 37 38
Octal 121 163 314 74 54 0 24 337 67 70
Binary 1010001 1110011 11001100 111100 101100 0 10100 11011111 110111 111000

Color Harmonies of #5173CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5173CC

Black with #5173CC

Text Example


Text Example

White with #5173CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5173CC; }

 p { color: rgb(81,115,204); }

 H1.HeaderClassName
 {
   color: #5173CC;
 }
 .AnyTagClassName
 {
   color: #5173CC;
 }
</style>

background-color css

<style>
 a { background-color: #5173CC; }

 a { background-color: rgb(81,115,204); }

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

border-color css

<style>
 span { border-color: #5173CC; }

 span { border-color: rgb(81,115,204); }

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