Html Css Color HEX #50558E Governor Bay

📋 copy color: '#50558E'

red 80 ◦ green 85 ◦ blue 142

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

Shades of Governor Bay #50558E

Tints of Governor Bay #50558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 26.06%
G = 27.69%
B = 46.25%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50558E (or 0x50558E) is known color: Governor Bay. HEX triplet: 50, 55 and 8E. RGB value is (80,85,142). Sum of RGB (Red+Green+Blue) = 80+85+142=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #50558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50558E is #AFAA71. Grayscale: #595959. Windows color (decimal): -11512434 or 9327952. OLE color: 9327952.

HSL color Cylindrical-coordinate representation of color #50558E: hue angle of 235.16º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50558E is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 85 142 -
CMYK 0.44 0.40 0 0.44
HSL 235.16º 0.28% 0.44% -
HSV(B) 235.16º 0.44% 0.56% -
XYZ 11.44 10.16 26.95 -
YUV 90 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 80 85 142 0.44 0.40 0 0.44 235.16 0.28 0.44
Hex 50 55 8E 2C 28 0 2C EB 1C 2C
Octal 120 125 216 54 50 0 54 353 34 54
Binary 1010000 1010101 10001110 101100 101000 0 101100 11101011 11100 101100

Color Harmonies of #50558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50558E

Black with #50558E

Text Example


Text Example

White with #50558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50558E; }

 p { color: rgb(80,85,142); }

 H1.HeaderClassName
 {
   color: #50558E;
 }
 .AnyTagClassName
 {
   color: #50558E;
 }
</style>

background-color css

<style>
 a { background-color: #50558E; }

 a { background-color: rgb(80,85,142); }

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

border-color css

<style>
 span { border-color: #50558E; }

 span { border-color: rgb(80,85,142); }

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