Html Css Color HEX #50539B Governor Bay

📋 copy color: '#50539B'

red 80 ◦ green 83 ◦ blue 155

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

Shades of Governor Bay #50539B

Tints of Governor Bay #50539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 25.16%
G = 26.1%
B = 48.74%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50539B (or 0x50539B) is known color: Governor Bay. HEX triplet: 50, 53 and 9B. RGB value is (80,83,155). Sum of RGB (Red+Green+Blue) = 80+83+155=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #50539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50539B is #AFAC64. Grayscale: #5A5A5A. Windows color (decimal): -11512933 or 10179408. OLE color: 10179408.

HSL color Cylindrical-coordinate representation of color #50539B: hue angle of 237.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50539B is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 83 155 -
CMYK 0.48 0.46 0 0.39
HSL 237.6º 0.32% 0.46% -
HSV(B) 237.6º 0.48% 0.61% -
XYZ 12.32 10.26 32.34 -
YUV 90.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 80 83 155 0.48 0.46 0 0.39 237.6 0.32 0.46
Hex 50 53 9B 30 2E 0 27 EE 20 2E
Octal 120 123 233 60 56 0 47 356 40 56
Binary 1010000 1010011 10011011 110000 101110 0 100111 11101110 100000 101110

Color Harmonies of #50539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50539B

Black with #50539B

Text Example


Text Example

White with #50539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50539B; }

 p { color: rgb(80,83,155); }

 H1.HeaderClassName
 {
   color: #50539B;
 }
 .AnyTagClassName
 {
   color: #50539B;
 }
</style>

background-color css

<style>
 a { background-color: #50539B; }

 a { background-color: rgb(80,83,155); }

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

border-color css

<style>
 span { border-color: #50539B; }

 span { border-color: rgb(80,83,155); }

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