Html Css Color HEX #50559E Governor Bay

📋 copy color: '#50559E'

red 80 ◦ green 85 ◦ blue 158

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

Shades of Governor Bay #50559E

Tints of Governor Bay #50559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 24.77%
G = 26.32%
B = 48.92%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50559E (or 0x50559E) is known color: Governor Bay. HEX triplet: 50, 55 and 9E. RGB value is (80,85,158). Sum of RGB (Red+Green+Blue) = 80+85+158=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #50559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50559E is #AFAA61. Grayscale: #5B5B5B. Windows color (decimal): -11512418 or 10376528. OLE color: 10376528.

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

Color convert

RGB 80 85 158 -
CMYK 0.49 0.46 0 0.38
HSL 236.15º 0.33% 0.47% -
HSV(B) 236.15º 0.49% 0.62% -
XYZ 12.73 10.67 33.74 -
YUV 91.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 80 85 158 0.49 0.46 0 0.38 236.15 0.33 0.47
Hex 50 55 9E 31 2E 0 26 EC 21 2F
Octal 120 125 236 61 56 0 46 354 41 57
Binary 1010000 1010101 10011110 110001 101110 0 100110 11101100 100001 101111

Color Harmonies of #50559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50559E

Black with #50559E

Text Example


Text Example

White with #50559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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