Html Css Color HEX #505C9F Governor Bay

📋 copy color: '#505C9F'

red 80 ◦ green 92 ◦ blue 159

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

Shades of Governor Bay #505C9F

Tints of Governor Bay #505C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 24.17%
G = 27.79%
B = 48.04%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#505C9F (or 0x505C9F) is known color: Governor Bay. HEX triplet: 50, 5C and 9F. RGB value is (80,92,159). Sum of RGB (Red+Green+Blue) = 80+92+159=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #505C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C9F is #AFA360. Grayscale: #5F5F5F. Windows color (decimal): -11510625 or 10443856. OLE color: 10443856.

HSL color Cylindrical-coordinate representation of color #505C9F: hue angle of 230.89º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #505C9F is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 92 159 -
CMYK 0.50 0.42 0 0.38
HSL 230.89º 0.33% 0.47% -
HSV(B) 230.89º 0.5% 0.62% -
XYZ 13.39 11.86 34.38 -
YUV 96.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 80 92 159 0.50 0.42 0 0.38 230.89 0.33 0.47
Hex 50 5C 9F 32 2A 0 26 E7 21 2F
Octal 120 134 237 62 52 0 46 347 41 57
Binary 1010000 1011100 10011111 110010 101010 0 100110 11100111 100001 101111

Color Harmonies of #505C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C9F

Black with #505C9F

Text Example


Text Example

White with #505C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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