Html Css Color HEX #50568D Governor Bay

📋 copy color: '#50568D'

red 80 ◦ green 86 ◦ blue 141

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

Shades of Governor Bay #50568D

Tints of Governor Bay #50568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 26.06%
G = 28.01%
B = 45.93%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50568D (or 0x50568D) is known color: Governor Bay. HEX triplet: 50, 56 and 8D. RGB value is (80,86,141). Sum of RGB (Red+Green+Blue) = 80+86+141=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #50568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50568D is #AFA972. Grayscale: #5A5A5A. Windows color (decimal): -11512179 or 9262672. OLE color: 9262672.

HSL color Cylindrical-coordinate representation of color #50568D: hue angle of 234.1º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50568D is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 86 141 -
CMYK 0.43 0.39 0 0.45
HSL 234.1º 0.28% 0.43% -
HSV(B) 234.1º 0.43% 0.55% -
XYZ 11.44 10.28 26.58 -
YUV 90.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 80 86 141 0.43 0.39 0 0.45 234.1 0.28 0.43
Hex 50 56 8D 2B 27 0 2D EA 1C 2B
Octal 120 126 215 53 47 0 55 352 34 53
Binary 1010000 1010110 10001101 101011 100111 0 101101 11101010 11100 101011

Color Harmonies of #50568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50568D

Black with #50568D

Text Example


Text Example

White with #50568D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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