Html Css Color HEX #505398 Governor Bay

📋 copy color: '#505398'

red 80 ◦ green 83 ◦ blue 152

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

Shades of Governor Bay #505398

Tints of Governor Bay #505398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 25.4%
G = 26.35%
B = 48.25%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#505398 (or 0x505398) is known color: Governor Bay. HEX triplet: 50, 53 and 98. RGB value is (80,83,152). Sum of RGB (Red+Green+Blue) = 80+83+152=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #505398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505398 is #AFAC67. Grayscale: #595959. Windows color (decimal): -11512936 or 9982800. OLE color: 9982800.

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

Color convert

RGB 80 83 152 -
CMYK 0.47 0.45 0 0.40
HSL 237.5º 0.31% 0.45% -
HSV(B) 237.5º 0.47% 0.6% -
XYZ 12.07 10.16 31.03 -
YUV 89.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 80 83 152 0.47 0.45 0 0.40 237.5 0.31 0.45
Hex 50 53 98 2F 2D 0 28 EE 1F 2D
Octal 120 123 230 57 55 0 50 356 37 55
Binary 1010000 1010011 10011000 101111 101101 0 101000 11101110 11111 101101

Color Harmonies of #505398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505398

Black with #505398

Text Example


Text Example

White with #505398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505398; }

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

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

background-color css

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

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

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

border-color css

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

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

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