Html Css Color HEX #5175CE Havelock Blue

📋 copy color: '#5175CE'

red 81 ◦ green 117 ◦ blue 206

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

Shades of Havelock Blue #5175CE

Tints of Havelock Blue #5175CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 20.05%
G = 28.96%
B = 50.99%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5175CE (or 0x5175CE) is known color: Havelock Blue. HEX triplet: 51, 75 and CE. RGB value is (81,117,206). Sum of RGB (Red+Green+Blue) = 81+117+206=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5175CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5175CE is #AE8A31. Grayscale: #737373. Windows color (decimal): -11438642 or 13530449. OLE color: 13530449.

HSL color Cylindrical-coordinate representation of color #5175CE: hue angle of 222.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5175CE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 117 206 -
CMYK 0.61 0.43 0 0.19
HSL 222.72º 0.56% 0.56% -
HSV(B) 222.72º 0.61% 0.81% -
XYZ 20.9 18.93 60.94 -
YUV 116.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 81 117 206 0.61 0.43 0 0.19 222.72 0.56 0.56
Hex 51 75 CE 3D 2B 0 13 DF 38 38
Octal 121 165 316 75 53 0 23 337 70 70
Binary 1010001 1110101 11001110 111101 101011 0 10011 11011111 111000 111000

Color Harmonies of #5175CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5175CE

Black with #5175CE

Text Example


Text Example

White with #5175CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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