Html Css Color HEX #5172CD Havelock Blue

📋 copy color: '#5172CD'

red 81 ◦ green 114 ◦ blue 205

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

Shades of Havelock Blue #5172CD

Tints of Havelock Blue #5172CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.5%

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 20.25%
G = 28.5%
B = 51.25%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5172CD (or 0x5172CD) is known color: Havelock Blue. HEX triplet: 51, 72 and CD. RGB value is (81,114,205). Sum of RGB (Red+Green+Blue) = 81+114+205=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5172CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172CD is #AE8D32. Grayscale: #727272. Windows color (decimal): -11439411 or 13464145. OLE color: 13464145.

HSL color Cylindrical-coordinate representation of color #5172CD: hue angle of 224.03º 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 #5172CD is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 114 205 -
CMYK 0.60 0.44 0 0.20
HSL 224.03º 0.55% 0.56% -
HSV(B) 224.03º 0.6% 0.8% -
XYZ 20.43 18.19 60.19 -
YUV 114.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 81 114 205 0.60 0.44 0 0.20 224.03 0.55 0.56
Hex 51 72 CD 3C 2C 0 14 E0 37 38
Octal 121 162 315 74 54 0 24 340 67 70
Binary 1010001 1110010 11001101 111100 101100 0 10100 11100000 110111 111000

Color Harmonies of #5172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5172CD

Black with #5172CD

Text Example


Text Example

White with #5172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5172CD; }

 p { color: rgb(81,114,205); }

 H1.HeaderClassName
 {
   color: #5172CD;
 }
 .AnyTagClassName
 {
   color: #5172CD;
 }
</style>

background-color css

<style>
 a { background-color: #5172CD; }

 a { background-color: rgb(81,114,205); }

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

border-color css

<style>
 span { border-color: #5172CD; }

 span { border-color: rgb(81,114,205); }

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