Html Css Color HEX #50529A Governor Bay

📋 copy color: '#50529A'

red 80 ◦ green 82 ◦ blue 154

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

Shades of Governor Bay #50529A

Tints of Governor Bay #50529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 154 (60.55% from 255) = 48.73%

R = 25.32%
G = 25.95%
B = 48.73%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50529A (or 0x50529A) is known color: Governor Bay. HEX triplet: 50, 52 and 9A. RGB value is (80,82,154). Sum of RGB (Red+Green+Blue) = 80+82+154=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #50529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50529A is #AFAD65. Grayscale: #595959. Windows color (decimal): -11513190 or 10113616. OLE color: 10113616.

HSL color Cylindrical-coordinate representation of color #50529A: hue angle of 238.38º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50529A is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 82 154 -
CMYK 0.48 0.47 0 0.40
HSL 238.38º 0.32% 0.46% -
HSV(B) 238.38º 0.48% 0.6% -
XYZ 12.16 10.07 31.88 -
YUV 89.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 80 82 154 0.48 0.47 0 0.40 238.38 0.32 0.46
Hex 50 52 9A 30 2F 0 28 EE 20 2E
Octal 120 122 232 60 57 0 50 356 40 56
Binary 1010000 1010010 10011010 110000 101111 0 101000 11101110 100000 101110

Color Harmonies of #50529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50529A

Black with #50529A

Text Example


Text Example

White with #50529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50529A; }

 p { color: rgb(80,82,154); }

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

background-color css

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

 a { background-color: rgb(80,82,154); }

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

border-color css

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

 span { border-color: rgb(80,82,154); }

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