Html Css Color HEX #505787 Governor Bay

📋 copy color: '#505787'

red 80 ◦ green 87 ◦ blue 135

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

Shades of Governor Bay #505787

Tints of Governor Bay #505787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 26.49%
G = 28.81%
B = 44.7%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505787 (or 0x505787) is known color: Governor Bay. HEX triplet: 50, 57 and 87. RGB value is (80,87,135). Sum of RGB (Red+Green+Blue) = 80+87+135=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #505787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505787 is #AFA878. Grayscale: #5A5A5A. Windows color (decimal): -11511929 or 8869712. OLE color: 8869712.

HSL color Cylindrical-coordinate representation of color #505787: hue angle of 232.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #505787 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 87 135 -
CMYK 0.41 0.36 0 0.47
HSL 232.36º 0.26% 0.42% -
HSV(B) 232.36º 0.41% 0.53% -
XYZ 11.09 10.27 24.32 -
YUV 90.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 80 87 135 0.41 0.36 0 0.47 232.36 0.26 0.42
Hex 50 57 87 29 24 0 2F E8 1A 2A
Octal 120 127 207 51 44 0 57 350 32 52
Binary 1010000 1010111 10000111 101001 100100 0 101111 11101000 11010 101010

Color Harmonies of #505787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505787

Black with #505787

Text Example


Text Example

White with #505787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505787; }

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

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

background-color css

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

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

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

border-color css

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

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

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