Html Css Color HEX #505389 Governor Bay

📋 copy color: '#505389'

red 80 ◦ green 83 ◦ blue 137

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

Shades of Governor Bay #505389

Tints of Governor Bay #505389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 26.67%
G = 27.67%
B = 45.67%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505389 (or 0x505389) is known color: Governor Bay. HEX triplet: 50, 53 and 89. RGB value is (80,83,137). Sum of RGB (Red+Green+Blue) = 80+83+137=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #505389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505389 is #AFAC76. Grayscale: #585858. Windows color (decimal): -11512951 or 8999760. OLE color: 8999760.

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

Color convert

RGB 80 83 137 -
CMYK 0.42 0.39 0 0.46
HSL 236.84º 0.26% 0.43% -
HSV(B) 236.84º 0.42% 0.54% -
XYZ 10.92 9.7 24.96 -
YUV 88.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 80 83 137 0.42 0.39 0 0.46 236.84 0.26 0.43
Hex 50 53 89 2A 27 0 2E ED 1A 2B
Octal 120 123 211 52 47 0 56 355 32 53
Binary 1010000 1010011 10001001 101010 100111 0 101110 11101101 11010 101011

Color Harmonies of #505389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505389

Black with #505389

Text Example


Text Example

White with #505389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505389; }

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

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

background-color css

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

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

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

border-color css

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

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

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