Html Css Color HEX #505885 Governor Bay

📋 copy color: '#505885'

red 80 ◦ green 88 ◦ blue 133

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

Shades of Governor Bay #505885

Tints of Governor Bay #505885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 26.58%
G = 29.24%
B = 44.19%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505885 (or 0x505885) is known color: Governor Bay. HEX triplet: 50, 58 and 85. RGB value is (80,88,133). Sum of RGB (Red+Green+Blue) = 80+88+133=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #505885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505885 is #AFA77A. Grayscale: #5A5A5A. Windows color (decimal): -11511675 or 8738896. OLE color: 8738896.

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

Color convert

RGB 80 88 133 -
CMYK 0.40 0.34 0 0.48
HSL 230.94º 0.25% 0.42% -
HSV(B) 230.94º 0.4% 0.52% -
XYZ 11.03 10.38 23.61 -
YUV 90.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 80 88 133 0.40 0.34 0 0.48 230.94 0.25 0.42
Hex 50 58 85 28 22 0 30 E7 19 2A
Octal 120 130 205 50 42 0 60 347 31 52
Binary 1010000 1011000 10000101 101000 100010 0 110000 11100111 11001 101010

Color Harmonies of #505885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505885

Black with #505885

Text Example


Text Example

White with #505885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505885; }

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

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

background-color css

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

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

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

border-color css

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

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

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