Html Css Color HEX #504B92 Governor Bay

📋 copy color: '#504B92'

red 80 ◦ green 75 ◦ blue 146

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

Shades of Governor Bay #504B92

Tints of Governor Bay #504B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 26.58%
G = 24.92%
B = 48.5%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504B92 (or 0x504B92) is known color: Governor Bay. HEX triplet: 50, 4B and 92. RGB value is (80,75,146). Sum of RGB (Red+Green+Blue) = 80+75+146=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #504B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B92 is #AFB46D. Grayscale: #545454. Windows color (decimal): -11514990 or 9587536. OLE color: 9587536.

HSL color Cylindrical-coordinate representation of color #504B92: hue angle of 244.23º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504B92 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 75 146 -
CMYK 0.45 0.49 0 0.43
HSL 244.23º 0.32% 0.43% -
HSV(B) 244.23º 0.49% 0.57% -
XYZ 11.01 8.81 28.31 -
YUV 84.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 80 75 146 0.45 0.49 0 0.43 244.23 0.32 0.43
Hex 50 4B 92 2D 31 0 2B F4 20 2B
Octal 120 113 222 55 61 0 53 364 40 53
Binary 1010000 1001011 10010010 101101 110001 0 101011 11110100 100000 101011

Color Harmonies of #504B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B92

Black with #504B92

Text Example


Text Example

White with #504B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504B92; }

 p { color: rgb(80,75,146); }

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

background-color css

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

 a { background-color: rgb(80,75,146); }

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

border-color css

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

 span { border-color: rgb(80,75,146); }

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