Html Css Color HEX #505482 Governor Bay

📋 copy color: '#505482'

red 80 ◦ green 84 ◦ blue 130

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

Shades of Governor Bay #505482

Tints of Governor Bay #505482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 130 (51.17% from 255) = 44.22%

R = 27.21%
G = 28.57%
B = 44.22%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#505482 (or 0x505482) is known color: Governor Bay. HEX triplet: 50, 54 and 82. RGB value is (80,84,130). Sum of RGB (Red+Green+Blue) = 80+84+130=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #505482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505482 is #AFAB7D. Grayscale: #575757. Windows color (decimal): -11512702 or 8541264. OLE color: 8541264.

HSL color Cylindrical-coordinate representation of color #505482: hue angle of 235.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505482 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 84 130 -
CMYK 0.38 0.35 0 0.49
HSL 235.2º 0.24% 0.41% -
HSV(B) 235.2º 0.38% 0.51% -
XYZ 10.51 9.66 22.43 -
YUV 88.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 80 84 130 0.38 0.35 0 0.49 235.2 0.24 0.41
Hex 50 54 82 26 23 0 31 EB 18 29
Octal 120 124 202 46 43 0 61 353 30 51
Binary 1010000 1010100 10000010 100110 100011 0 110001 11101011 11000 101001

Color Harmonies of #505482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505482

Black with #505482

Text Example


Text Example

White with #505482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505482; }

 p { color: rgb(80,84,130); }

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

background-color css

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

 a { background-color: rgb(80,84,130); }

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

border-color css

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

 span { border-color: rgb(80,84,130); }

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