Html Css Color HEX #50569F Governor Bay

📋 copy color: '#50569F'

red 80 ◦ green 86 ◦ blue 159

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

Shades of Governor Bay #50569F

Tints of Governor Bay #50569F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 24.62%
G = 26.46%
B = 48.92%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50569F (or 0x50569F) is known color: Governor Bay. HEX triplet: 50, 56 and 9F. RGB value is (80,86,159). Sum of RGB (Red+Green+Blue) = 80+86+159=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #50569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50569F is #AFA960. Grayscale: #5C5C5C. Windows color (decimal): -11512161 or 10442320. OLE color: 10442320.

HSL color Cylindrical-coordinate representation of color #50569F: hue angle of 235.44º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50569F is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 86 159 -
CMYK 0.50 0.46 0 0.38
HSL 235.44º 0.33% 0.47% -
HSV(B) 235.44º 0.5% 0.62% -
XYZ 12.89 10.86 34.22 -
YUV 92.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 80 86 159 0.50 0.46 0 0.38 235.44 0.33 0.47
Hex 50 56 9F 32 2E 0 26 EB 21 2F
Octal 120 126 237 62 56 0 46 353 41 57
Binary 1010000 1010110 10011111 110010 101110 0 100110 11101011 100001 101111

Color Harmonies of #50569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50569F

Black with #50569F

Text Example


Text Example

White with #50569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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