Html Css Color HEX #505C93 Governor Bay

📋 copy color: '#505C93'

red 80 ◦ green 92 ◦ blue 147

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

Shades of Governor Bay #505C93

Tints of Governor Bay #505C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 25.08%
G = 28.84%
B = 46.08%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505C93 (or 0x505C93) is known color: Governor Bay. HEX triplet: 50, 5C and 93. RGB value is (80,92,147). Sum of RGB (Red+Green+Blue) = 80+92+147=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #505C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C93 is #AFA36C. Grayscale: #5E5E5E. Windows color (decimal): -11510637 or 9657424. OLE color: 9657424.

HSL color Cylindrical-coordinate representation of color #505C93: hue angle of 229.25º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505C93 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 92 147 -
CMYK 0.46 0.37 0 0.42
HSL 229.25º 0.3% 0.45% -
HSV(B) 229.25º 0.46% 0.58% -
XYZ 12.4 11.47 29.16 -
YUV 94.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 80 92 147 0.46 0.37 0 0.42 229.25 0.3 0.45
Hex 50 5C 93 2E 25 0 2A E5 1E 2D
Octal 120 134 223 56 45 0 52 345 36 55
Binary 1010000 1011100 10010011 101110 100101 0 101010 11100101 11110 101101

Color Harmonies of #505C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C93

Black with #505C93

Text Example


Text Example

White with #505C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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