Html Css Color HEX #505887 Governor Bay

📋 copy color: '#505887'

red 80 ◦ green 88 ◦ blue 135

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

Shades of Governor Bay #505887

Tints of Governor Bay #505887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 26.4%
G = 29.04%
B = 44.55%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#505887 (or 0x505887) is known color: Governor Bay. HEX triplet: 50, 58 and 87. RGB value is (80,88,135). Sum of RGB (Red+Green+Blue) = 80+88+135=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #505887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505887 is #AFA778. Grayscale: #5A5A5A. Windows color (decimal): -11511673 or 8869968. OLE color: 8869968.

HSL color Cylindrical-coordinate representation of color #505887: hue angle of 231.27º 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 #505887 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 88 135 -
CMYK 0.41 0.35 0 0.47
HSL 231.27º 0.26% 0.42% -
HSV(B) 231.27º 0.41% 0.53% -
XYZ 11.17 10.43 24.35 -
YUV 90.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 80 88 135 0.41 0.35 0 0.47 231.27 0.26 0.42
Hex 50 58 87 29 23 0 2F E7 1A 2A
Octal 120 130 207 51 43 0 57 347 32 52
Binary 1010000 1011000 10000111 101001 100011 0 101111 11100111 11010 101010

Color Harmonies of #505887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505887

Black with #505887

Text Example


Text Example

White with #505887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505887; }

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

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

background-color css

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

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

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

border-color css

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

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

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