Html Css Color HEX #5178CD Havelock Blue

📋 copy color: '#5178CD'

red 81 ◦ green 120 ◦ blue 205

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

Shades of Havelock Blue #5178CD

Tints of Havelock Blue #5178CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

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

R = 19.95%
G = 29.56%
B = 50.49%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5178CD (or 0x5178CD) is known color: Havelock Blue. HEX triplet: 51, 78 and CD. RGB value is (81,120,205). Sum of RGB (Red+Green+Blue) = 81+120+205=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5178CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178CD is #AE8732. Grayscale: #757575. Windows color (decimal): -11437875 or 13465681. OLE color: 13465681.

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

Color convert

RGB 81 120 205 -
CMYK 0.60 0.41 0 0.20
HSL 221.13º 0.55% 0.56% -
HSV(B) 221.13º 0.6% 0.8% -
XYZ 21.13 19.59 60.43 -
YUV 118.03 177.08 101.59 -
System Red Green Blue C M Y K H S L
Decimal 81 120 205 0.60 0.41 0 0.20 221.13 0.55 0.56
Hex 51 78 CD 3C 29 0 14 DD 37 38
Octal 121 170 315 74 51 0 24 335 67 70
Binary 1010001 1111000 11001101 111100 101001 0 10100 11011101 110111 111000

Color Harmonies of #5178CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5178CD

Black with #5178CD

Text Example


Text Example

White with #5178CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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