#535992

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

Shades of Governor Bay #535992

Tints of Governor Bay #535992

Color information

#535992 (or 0x535992) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 92. RGB value is (83,89,146). Sum of RGB (Red+Green+Blue) = 83+89+146=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #535992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535992 is #ACA66D. Grayscale: #5D5D5D. Windows color (decimal): -11314798 or 9591123. OLE color: 9591123.

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

Color convert

RGB8389146-
CMYK0.430.3900.43
HSL234.29º27.51%44.9%-
HSV(B)234.29º43.15%57.25%-
XYZ12.3311.0628.68-
YUV93.7157.51120.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=26.10%
G=27.99%
B=45.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83891460.430.3900.43234.2927.5144.9
Hex5359922B2702Bea1c2d
Octal12313122253470533523455
Binary101001110110011001001010101110011101010111110101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535992; }

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

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

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

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

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

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

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

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