Html Css Color HEX #505495 Governor Bay

📋 copy color: '#505495'

red 80 ◦ green 84 ◦ blue 149

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

Shades of Governor Bay #505495

Tints of Governor Bay #505495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 25.56%
G = 26.84%
B = 47.6%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505495 (or 0x505495) is known color: Governor Bay. HEX triplet: 50, 54 and 95. RGB value is (80,84,149). Sum of RGB (Red+Green+Blue) = 80+84+149=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #505495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505495 is #AFAB6A. Grayscale: #595959. Windows color (decimal): -11512683 or 9786448. OLE color: 9786448.

HSL color Cylindrical-coordinate representation of color #505495: hue angle of 236.52º 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 #505495 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 84 149 -
CMYK 0.46 0.44 0 0.42
HSL 236.52º 0.3% 0.45% -
HSV(B) 236.52º 0.46% 0.58% -
XYZ 11.9 10.22 29.78 -
YUV 90.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 80 84 149 0.46 0.44 0 0.42 236.52 0.3 0.45
Hex 50 54 95 2E 2C 0 2A ED 1E 2D
Octal 120 124 225 56 54 0 52 355 36 55
Binary 1010000 1010100 10010101 101110 101100 0 101010 11101101 11110 101101

Color Harmonies of #505495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505495

Black with #505495

Text Example


Text Example

White with #505495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505495; }

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

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

background-color css

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

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

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

border-color css

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

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

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