#535D8F

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

Shades of Governor Bay #535D8F

Tints of Governor Bay #535D8F

Color information

#535D8F (or 0x535D8F) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and 8F. RGB value is (83,93,143). Sum of RGB (Red+Green+Blue) = 83+93+143=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #535D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D8F is #ACA270. Grayscale: #5F5F5F. Windows color (decimal): -11313777 or 9395539. OLE color: 9395539.

HSL color Cylindrical-coordinate representation of color #535D8F: hue angle of 230º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #535D8F is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8393143-
CMYK0.420.3500.44
HSL230º26.55%44.31%-
HSV(B)230º41.96%56.08%-
XYZ12.4411.6527.58-
YUV95.71154.69118.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=26.02%
G=29.15%
B=44.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83931430.420.3500.4423026.5544.31
Hex535D8F2A2302Ce61b2c
Octal12313521752430543463354
Binary101001110111011000111110101010001101011001110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D8F; }

 p { color: rgb(83,93,143); }

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

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

 a { background-color: rgb(83,93,143); }

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

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

 span { border-color: rgb(83,93,143); }

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