Html Css Color HEX #505597 Governor Bay

📋 copy color: '#505597'

red 80 ◦ green 85 ◦ blue 151

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

Shades of Governor Bay #505597

Tints of Governor Bay #505597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 25.32%
G = 26.9%
B = 47.78%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505597 (or 0x505597) is known color: Governor Bay. HEX triplet: 50, 55 and 97. RGB value is (80,85,151). Sum of RGB (Red+Green+Blue) = 80+85+151=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #505597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505597 is #AFAA68. Grayscale: #5A5A5A. Windows color (decimal): -11512425 or 9917776. OLE color: 9917776.

HSL color Cylindrical-coordinate representation of color #505597: hue angle of 235.77º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505597 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 85 151 -
CMYK 0.47 0.44 0 0.41
HSL 235.77º 0.31% 0.45% -
HSV(B) 235.77º 0.47% 0.59% -
XYZ 12.14 10.44 30.65 -
YUV 91.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 80 85 151 0.47 0.44 0 0.41 235.77 0.31 0.45
Hex 50 55 97 2F 2C 0 29 EC 1F 2D
Octal 120 125 227 57 54 0 51 354 37 55
Binary 1010000 1010101 10010111 101111 101100 0 101001 11101100 11111 101101

Color Harmonies of #505597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505597

Black with #505597

Text Example


Text Example

White with #505597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505597; }

 p { color: rgb(80,85,151); }

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

background-color css

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

 a { background-color: rgb(80,85,151); }

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

border-color css

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

 span { border-color: rgb(80,85,151); }

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