Html Css Color HEX #5075C0 Havelock Blue

📋 copy color: '#5075C0'

red 80 ◦ green 117 ◦ blue 192

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

Shades of Havelock Blue #5075C0

Tints of Havelock Blue #5075C0

RGB

 RED value IS 80 (31.64% from 255) = 20.57%

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

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 20.57%
G = 30.08%
B = 49.36%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5075C0 (or 0x5075C0) is known color: Havelock Blue. HEX triplet: 50, 75 and C0. RGB value is (80,117,192). Sum of RGB (Red+Green+Blue) = 80+117+192=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #5075C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075C0 is #AF8A3F. Grayscale: #727272. Windows color (decimal): -11504192 or 12612944. OLE color: 12612944.

HSL color Cylindrical-coordinate representation of color #5075C0: hue angle of 220.18º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5075C0 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 117 192 -
CMYK 0.58 0.39 0 0.25
HSL 220.18º 0.47% 0.53% -
HSV(B) 220.18º 0.58% 0.75% -
XYZ 19.18 18.23 52.38 -
YUV 114.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 80 117 192 0.58 0.39 0 0.25 220.18 0.47 0.53
Hex 50 75 C0 3A 27 0 19 DC 2F 35
Octal 120 165 300 72 47 0 31 334 57 65
Binary 1010000 1110101 11000000 111010 100111 0 11001 11011100 101111 110101

Color Harmonies of #5075C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5075C0

Black with #5075C0

Text Example


Text Example

White with #5075C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5075C0; }

 p { color: rgb(80,117,192); }

 H1.HeaderClassName
 {
   color: #5075C0;
 }
 .AnyTagClassName
 {
   color: #5075C0;
 }
</style>

background-color css

<style>
 a { background-color: #5075C0; }

 a { background-color: rgb(80,117,192); }

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

border-color css

<style>
 span { border-color: #5075C0; }

 span { border-color: rgb(80,117,192); }

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