Html Css Color HEX #50569D Governor Bay

📋 copy color: '#50569D'

red 80 ◦ green 86 ◦ blue 157

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

Shades of Governor Bay #50569D

Tints of Governor Bay #50569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 24.77%
G = 26.63%
B = 48.61%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50569D (or 0x50569D) is known color: Governor Bay. HEX triplet: 50, 56 and 9D. RGB value is (80,86,157). Sum of RGB (Red+Green+Blue) = 80+86+157=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #50569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50569D is #AFA962. Grayscale: #5C5C5C. Windows color (decimal): -11512163 or 10311248. OLE color: 10311248.

HSL color Cylindrical-coordinate representation of color #50569D: hue angle of 235.32º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50569D is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 86 157 -
CMYK 0.49 0.45 0 0.38
HSL 235.32º 0.32% 0.46% -
HSV(B) 235.32º 0.49% 0.62% -
XYZ 12.72 10.8 33.31 -
YUV 92.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 80 86 157 0.49 0.45 0 0.38 235.32 0.32 0.46
Hex 50 56 9D 31 2D 0 26 EB 20 2E
Octal 120 126 235 61 55 0 46 353 40 56
Binary 1010000 1010110 10011101 110001 101101 0 100110 11101011 100000 101110

Color Harmonies of #50569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50569D

Black with #50569D

Text Example


Text Example

White with #50569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50569D; }

 p { color: rgb(80,86,157); }

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

background-color css

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

 a { background-color: rgb(80,86,157); }

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

border-color css

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

 span { border-color: rgb(80,86,157); }

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