Html Css Color HEX #505C94 Governor Bay

📋 copy color: '#505C94'

red 80 ◦ green 92 ◦ blue 148

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

Shades of Governor Bay #505C94

Tints of Governor Bay #505C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 25%
G = 28.75%
B = 46.25%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#505C94 (or 0x505C94) is known color: Governor Bay. HEX triplet: 50, 5C and 94. RGB value is (80,92,148). Sum of RGB (Red+Green+Blue) = 80+92+148=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #505C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C94 is #AFA36B. Grayscale: #5E5E5E. Windows color (decimal): -11510636 or 9722960. OLE color: 9722960.

HSL color Cylindrical-coordinate representation of color #505C94: hue angle of 229.41º 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 #505C94 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 92 148 -
CMYK 0.46 0.38 0 0.42
HSL 229.41º 0.3% 0.45% -
HSV(B) 229.41º 0.46% 0.58% -
XYZ 12.48 11.5 29.58 -
YUV 94.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 80 92 148 0.46 0.38 0 0.42 229.41 0.3 0.45
Hex 50 5C 94 2E 26 0 2A E5 1E 2D
Octal 120 134 224 56 46 0 52 345 36 55
Binary 1010000 1011100 10010100 101110 100110 0 101010 11100101 11110 101101

Color Harmonies of #505C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C94

Black with #505C94

Text Example


Text Example

White with #505C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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