#535792

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

Shades of Governor Bay #535792

Tints of Governor Bay #535792

Color information

#535792 (or 0x535792) is unknown color: approx Governor Bay. HEX triplet: 53, 57 and 92. RGB value is (83,87,146). Sum of RGB (Red+Green+Blue) = 83+87+146=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #535792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535792 is #ACA86D. Grayscale: #5C5C5C. Windows color (decimal): -11315310 or 9590611. OLE color: 9590611.

HSL color Cylindrical-coordinate representation of color #535792: hue angle of 236.19º 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 #535792 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8387146-
CMYK0.430.4000.43
HSL236.19º27.51%44.9%-
HSV(B)236.19º43.15%57.25%-
XYZ12.1610.7328.62-
YUV92.53158.17121.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=26.27%
G=27.53%
B=46.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83871460.430.4000.43236.1927.5144.9
Hex5357922B2802Bec1c2d
Octal12312722253500533543455
Binary101001110101111001001010101110100001010111110110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535792; }

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

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

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

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

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

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

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

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