Html Css Color HEX #5060A0 Governor Bay

📋 copy color: '#5060A0'

red 80 ◦ green 96 ◦ blue 160

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

Shades of Governor Bay #5060A0

Tints of Governor Bay #5060A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 23.81%
G = 28.57%
B = 47.62%

CMYK

 C value IS 0.5

 M value IS 0.4

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5060A0 (or 0x5060A0) is known color: Governor Bay. HEX triplet: 50, 60 and A0. RGB value is (80,96,160). Sum of RGB (Red+Green+Blue) = 80+96+160=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #5060A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5060A0 is #AF9F5F. Grayscale: #626262. Windows color (decimal): -11509600 or 10510416. OLE color: 10510416.

HSL color Cylindrical-coordinate representation of color #5060A0: hue angle of 228º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5060A0 is Cyan = 0.5, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 96 160 -
CMYK 0.5 0.4 0 0.37
HSL 228º 0.33% 0.47% -
HSV(B) 228º 0.5% 0.63% -
XYZ 13.84 12.61 34.96 -
YUV 98.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 80 96 160 0.5 0.4 0 0.37 228 0.33 0.47
Hex 50 60 A0 32 28 0 25 E4 21 2F
Octal 120 140 240 62 50 0 45 344 41 57
Binary 1010000 1100000 10100000 110010 101000 0 100101 11100100 100001 101111

Color Harmonies of #5060A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5060A0

Black with #5060A0

Text Example


Text Example

White with #5060A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5060A0; }

 p { color: rgb(80,96,160); }

 H1.HeaderClassName
 {
   color: #5060A0;
 }
 .AnyTagClassName
 {
   color: #5060A0;
 }
</style>

background-color css

<style>
 a { background-color: #5060A0; }

 a { background-color: rgb(80,96,160); }

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

border-color css

<style>
 span { border-color: #5060A0; }

 span { border-color: rgb(80,96,160); }

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