#534D92

Color #534D92 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #534D92

Tints of Governor Bay #534D92

Color information

#534D92 (or 0x534D92) is unknown color: approx Governor Bay. HEX triplet: 53, 4D and 92. RGB value is (83,77,146). Sum of RGB (Red+Green+Blue) = 83+77+146=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #534D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D92 is #ACB26D. Grayscale: #565656. Windows color (decimal): -11317870 or 9588051. OLE color: 9588051.

HSL color Cylindrical-coordinate representation of color #534D92: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534D92 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8377146-
CMYK0.430.4700.43
HSL245.22º30.94%43.73%-
HSV(B)245.22º47.26%57.25%-
XYZ11.419.2228.37-
YUV86.66161.49125.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=27.12%
G=25.16%
B=47.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83771460.430.4700.43245.2230.9443.73
Hex534D922B2F02Bf51f2c
Octal12311522253570533653754
Binary101001110011011001001010101110111101010111111010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D92; }

 p { color: rgb(83,77,146); }

 H1.HeaderClassName
 {
   color: #534D92;
 }
 .AnyTagClassName
 {
   color: #534D92;
 }
</style>
background-color css

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

 a { background-color: rgb(83,77,146); }

 div.DivClassName
 {
   background-color: #534D92;
 }
 .BgClassName
 {
   background-color: #534D92;
 }
</style>
border-color css

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

 span { border-color: rgb(83,77,146); }

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