#53538F

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

Shades of Governor Bay #53538F

Tints of Governor Bay #53538F

Color information

#53538F (or 0x53538F) is unknown color: approx Governor Bay. HEX triplet: 53, 53 and 8F. RGB value is (83,83,143). Sum of RGB (Red+Green+Blue) = 83+83+143=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #53538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53538F is #ACAC70. Grayscale: #595959. Windows color (decimal): -11316337 or 9392979. OLE color: 9392979.

HSL color Cylindrical-coordinate representation of color #53538F: hue angle of 240º 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 #53538F is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8383143-
CMYK0.420.4200.44
HSL240º26.55%44.31%-
HSV(B)240º41.96%56.08%-
XYZ11.6210.0127.31-
YUV89.84158123.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=26.86%
G=26.86%
B=46.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83831430.420.4200.4424026.5544.31
Hex53538F2A2A02Cf01b2c
Octal12312321752520543603354
Binary101001110100111000111110101010101001011001111000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53538F; }

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

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

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

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

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

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

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

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