Html Css Color HEX #505595 Governor Bay

📋 copy color: '#505595'

red 80 ◦ green 85 ◦ blue 149

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

Shades of Governor Bay #505595

Tints of Governor Bay #505595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.45%

R = 25.48%
G = 27.07%
B = 47.45%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505595 (or 0x505595) is known color: Governor Bay. HEX triplet: 50, 55 and 95. RGB value is (80,85,149). Sum of RGB (Red+Green+Blue) = 80+85+149=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #505595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505595 is #AFAA6A. Grayscale: #5A5A5A. Windows color (decimal): -11512427 or 9786704. OLE color: 9786704.

HSL color Cylindrical-coordinate representation of color #505595: hue angle of 235.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505595 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 85 149 -
CMYK 0.46 0.43 0 0.42
HSL 235.65º 0.3% 0.45% -
HSV(B) 235.65º 0.46% 0.58% -
XYZ 11.98 10.37 29.8 -
YUV 90.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 80 85 149 0.46 0.43 0 0.42 235.65 0.3 0.45
Hex 50 55 95 2E 2B 0 2A EC 1E 2D
Octal 120 125 225 56 53 0 52 354 36 55
Binary 1010000 1010101 10010101 101110 101011 0 101010 11101100 11110 101101

Color Harmonies of #505595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505595

Black with #505595

Text Example


Text Example

White with #505595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505595; }

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

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

background-color css

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

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

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

border-color css

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

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

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