Html Css Color HEX #50539C Governor Bay

📋 copy color: '#50539C'

red 80 ◦ green 83 ◦ blue 156

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

Shades of Governor Bay #50539C

Tints of Governor Bay #50539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 25.08%
G = 26.02%
B = 48.9%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50539C (or 0x50539C) is known color: Governor Bay. HEX triplet: 50, 53 and 9C. RGB value is (80,83,156). Sum of RGB (Red+Green+Blue) = 80+83+156=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #50539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50539C is #AFAC63. Grayscale: #5A5A5A. Windows color (decimal): -11512932 or 10244944. OLE color: 10244944.

HSL color Cylindrical-coordinate representation of color #50539C: hue angle of 237.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50539C is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 83 156 -
CMYK 0.49 0.47 0 0.39
HSL 237.63º 0.32% 0.46% -
HSV(B) 237.63º 0.49% 0.61% -
XYZ 12.4 10.29 32.79 -
YUV 90.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 80 83 156 0.49 0.47 0 0.39 237.63 0.32 0.46
Hex 50 53 9C 31 2F 0 27 EE 20 2E
Octal 120 123 234 61 57 0 47 356 40 56
Binary 1010000 1010011 10011100 110001 101111 0 100111 11101110 100000 101110

Color Harmonies of #50539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50539C

Black with #50539C

Text Example


Text Example

White with #50539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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