Html Css Color HEX #505C99 Governor Bay

📋 copy color: '#505C99'

red 80 ◦ green 92 ◦ blue 153

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

Shades of Governor Bay #505C99

Tints of Governor Bay #505C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 24.62%
G = 28.31%
B = 47.08%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#505C99 (or 0x505C99) is known color: Governor Bay. HEX triplet: 50, 5C and 99. RGB value is (80,92,153). Sum of RGB (Red+Green+Blue) = 80+92+153=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #505C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C99 is #AFA366. Grayscale: #5F5F5F. Windows color (decimal): -11510631 or 10050640. OLE color: 10050640.

HSL color Cylindrical-coordinate representation of color #505C99: hue angle of 230.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505C99 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 92 153 -
CMYK 0.48 0.40 0 0.4
HSL 230.14º 0.31% 0.46% -
HSV(B) 230.14º 0.48% 0.6% -
XYZ 12.89 11.66 31.71 -
YUV 95.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 80 92 153 0.48 0.40 0 0.4 230.14 0.31 0.46
Hex 50 5C 99 30 28 0 28 E6 1F 2E
Octal 120 134 231 60 50 0 50 346 37 56
Binary 1010000 1011100 10011001 110000 101000 0 101000 11100110 11111 101110

Color Harmonies of #505C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C99

Black with #505C99

Text Example


Text Example

White with #505C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C99; }

 p { color: rgb(80,92,153); }

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

background-color css

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

 a { background-color: rgb(80,92,153); }

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

border-color css

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

 span { border-color: rgb(80,92,153); }

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