Html Css Color HEX #5175CD Havelock Blue

📋 copy color: '#5175CD'

red 81 ◦ green 117 ◦ blue 205

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

Shades of Havelock Blue #5175CD

Tints of Havelock Blue #5175CD

RGB

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

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

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

R = 20.1%
G = 29.03%
B = 50.87%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5175CD (or 0x5175CD) is known color: Havelock Blue. HEX triplet: 51, 75 and CD. RGB value is (81,117,205). Sum of RGB (Red+Green+Blue) = 81+117+205=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5175CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175CD is #AE8A32. Grayscale: #737373. Windows color (decimal): -11438643 or 13464913. OLE color: 13464913.

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

Color convert

RGB 81 117 205 -
CMYK 0.60 0.43 0 0.20
HSL 222.58º 0.55% 0.56% -
HSV(B) 222.58º 0.6% 0.8% -
XYZ 20.77 18.88 60.31 -
YUV 116.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 81 117 205 0.60 0.43 0 0.20 222.58 0.55 0.56
Hex 51 75 CD 3C 2B 0 14 DF 37 38
Octal 121 165 315 74 53 0 24 337 67 70
Binary 1010001 1110101 11001101 111100 101011 0 10100 11011111 110111 111000

Color Harmonies of #5175CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5175CD

Black with #5175CD

Text Example


Text Example

White with #5175CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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