#53539A

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

Shades of Governor Bay #53539A

Tints of Governor Bay #53539A

Color information

#53539A (or 0x53539A) is unknown color: approx Governor Bay. HEX triplet: 53, 53 and 9A. RGB value is (83,83,154). Sum of RGB (Red+Green+Blue) = 83+83+154=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #53539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53539A is #ACAC65. Grayscale: #5A5A5A. Windows color (decimal): -11316326 or 10113875. OLE color: 10113875.

HSL color Cylindrical-coordinate representation of color #53539A: hue angle of 240º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53539A is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8383154-
CMYK0.460.4600.40
HSL240º29.96%46.47%-
HSV(B)240º46.1%60.39%-
XYZ12.4910.3631.91-
YUV91.09163.5122.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=25.94%
G=25.94%
B=48.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83831540.460.4600.4024029.9646.47
Hex53539A2E2E028f01e2e
Octal12312323256560503603656
Binary101001110100111001101010111010111001010001111000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53539A; }

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

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

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

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

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

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

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

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