Html Css Color HEX #505784 Governor Bay

📋 copy color: '#505784'

red 80 ◦ green 87 ◦ blue 132

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

Shades of Governor Bay #505784

Tints of Governor Bay #505784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 26.76%
G = 29.1%
B = 44.15%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505784 (or 0x505784) is known color: Governor Bay. HEX triplet: 50, 57 and 84. RGB value is (80,87,132). Sum of RGB (Red+Green+Blue) = 80+87+132=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #505784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505784 is #AFA87B. Grayscale: #595959. Windows color (decimal): -11511932 or 8673104. OLE color: 8673104.

HSL color Cylindrical-coordinate representation of color #505784: hue angle of 231.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505784 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 87 132 -
CMYK 0.39 0.34 0 0.48
HSL 231.92º 0.25% 0.42% -
HSV(B) 231.92º 0.39% 0.52% -
XYZ 10.88 10.19 23.22 -
YUV 90.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 80 87 132 0.39 0.34 0 0.48 231.92 0.25 0.42
Hex 50 57 84 27 22 0 30 E8 19 2A
Octal 120 127 204 47 42 0 60 350 31 52
Binary 1010000 1010111 10000100 100111 100010 0 110000 11101000 11001 101010

Color Harmonies of #505784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505784

Black with #505784

Text Example


Text Example

White with #505784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505784; }

 p { color: rgb(80,87,132); }

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

background-color css

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

 a { background-color: rgb(80,87,132); }

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

border-color css

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

 span { border-color: rgb(80,87,132); }

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