Html Css Color HEX #505992 Governor Bay

📋 copy color: '#505992'

red 80 ◦ green 89 ◦ blue 146

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

Shades of Governor Bay #505992

Tints of Governor Bay #505992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 25.4%
G = 28.25%
B = 46.35%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505992 (or 0x505992) is known color: Governor Bay. HEX triplet: 50, 59 and 92. RGB value is (80,89,146). Sum of RGB (Red+Green+Blue) = 80+89+146=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #505992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505992 is #AFA66D. Grayscale: #5C5C5C. Windows color (decimal): -11511406 or 9591120. OLE color: 9591120.

HSL color Cylindrical-coordinate representation of color #505992: hue angle of 231.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505992 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 89 146 -
CMYK 0.45 0.39 0 0.43
HSL 231.82º 0.29% 0.44% -
HSV(B) 231.82º 0.45% 0.57% -
XYZ 12.07 10.93 28.67 -
YUV 92.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 80 89 146 0.45 0.39 0 0.43 231.82 0.29 0.44
Hex 50 59 92 2D 27 0 2B E8 1D 2C
Octal 120 131 222 55 47 0 53 350 35 54
Binary 1010000 1011001 10010010 101101 100111 0 101011 11101000 11101 101100

Color Harmonies of #505992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505992

Black with #505992

Text Example


Text Example

White with #505992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505992; }

 p { color: rgb(80,89,146); }

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

background-color css

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

 a { background-color: rgb(80,89,146); }

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

border-color css

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

 span { border-color: rgb(80,89,146); }

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