Html Css Color HEX #505889 Governor Bay

📋 copy color: '#505889'

red 80 ◦ green 88 ◦ blue 137

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

Shades of Governor Bay #505889

Tints of Governor Bay #505889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 26.23%
G = 28.85%
B = 44.92%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505889 (or 0x505889) is known color: Governor Bay. HEX triplet: 50, 58 and 89. RGB value is (80,88,137). Sum of RGB (Red+Green+Blue) = 80+88+137=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #505889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505889 is #AFA776. Grayscale: #5A5A5A. Windows color (decimal): -11511671 or 9001040. OLE color: 9001040.

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

Color convert

RGB 80 88 137 -
CMYK 0.42 0.36 0 0.46
HSL 231.58º 0.26% 0.43% -
HSV(B) 231.58º 0.42% 0.54% -
XYZ 11.31 10.49 25.1 -
YUV 91.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 80 88 137 0.42 0.36 0 0.46 231.58 0.26 0.43
Hex 50 58 89 2A 24 0 2E E8 1A 2B
Octal 120 130 211 52 44 0 56 350 32 53
Binary 1010000 1011000 10001001 101010 100100 0 101110 11101000 11010 101011

Color Harmonies of #505889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505889

Black with #505889

Text Example


Text Example

White with #505889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505889; }

 p { color: rgb(80,88,137); }

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

background-color css

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

 a { background-color: rgb(80,88,137); }

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

border-color css

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

 span { border-color: rgb(80,88,137); }

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