Html Css Color HEX #505397 Governor Bay

📋 copy color: '#505397'

red 80 ◦ green 83 ◦ blue 151

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

Shades of Governor Bay #505397

Tints of Governor Bay #505397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 25.48%
G = 26.43%
B = 48.09%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505397 (or 0x505397) is known color: Governor Bay. HEX triplet: 50, 53 and 97. RGB value is (80,83,151). Sum of RGB (Red+Green+Blue) = 80+83+151=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #505397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505397 is #AFAC68. Grayscale: #595959. Windows color (decimal): -11512937 or 9917264. OLE color: 9917264.

HSL color Cylindrical-coordinate representation of color #505397: hue angle of 237.46º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505397 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 83 151 -
CMYK 0.47 0.45 0 0.41
HSL 237.46º 0.31% 0.45% -
HSV(B) 237.46º 0.47% 0.59% -
XYZ 11.99 10.13 30.6 -
YUV 89.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 80 83 151 0.47 0.45 0 0.41 237.46 0.31 0.45
Hex 50 53 97 2F 2D 0 29 ED 1F 2D
Octal 120 123 227 57 55 0 51 355 37 55
Binary 1010000 1010011 10010111 101111 101101 0 101001 11101101 11111 101101

Color Harmonies of #505397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505397

Black with #505397

Text Example


Text Example

White with #505397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505397; }

 p { color: rgb(80,83,151); }

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

background-color css

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

 a { background-color: rgb(80,83,151); }

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

border-color css

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

 span { border-color: rgb(80,83,151); }

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