Html Css Color HEX #5178CA Havelock Blue

📋 copy color: '#5178CA'

red 81 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #5178CA

Tints of Havelock Blue #5178CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.12%

R = 20.1%
G = 29.78%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5178CA (or 0x5178CA) is known color: Havelock Blue. HEX triplet: 51, 78 and CA. RGB value is (81,120,202). Sum of RGB (Red+Green+Blue) = 81+120+202=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5178CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178CA is #AE8735. Grayscale: #757575. Windows color (decimal): -11437878 or 13269073. OLE color: 13269073.

HSL color Cylindrical-coordinate representation of color #5178CA: hue angle of 220.66º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5178CA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 120 202 -
CMYK 0.60 0.41 0 0.21
HSL 220.66º 0.53% 0.55% -
HSV(B) 220.66º 0.6% 0.79% -
XYZ 20.77 19.45 58.54 -
YUV 117.69 175.58 101.83 -
System Red Green Blue C M Y K H S L
Decimal 81 120 202 0.60 0.41 0 0.21 220.66 0.53 0.55
Hex 51 78 CA 3C 29 0 15 DD 35 37
Octal 121 170 312 74 51 0 25 335 65 67
Binary 1010001 1111000 11001010 111100 101001 0 10101 11011101 110101 110111

Color Harmonies of #5178CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5178CA

Black with #5178CA

Text Example


Text Example

White with #5178CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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