#53598D

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

Shades of Governor Bay #53598D

Tints of Governor Bay #53598D

Color information

#53598D (or 0x53598D) is unknown color: approx Governor Bay. HEX triplet: 53, 59 and 8D. RGB value is (83,89,141). Sum of RGB (Red+Green+Blue) = 83+89+141=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #53598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53598D is #ACA672. Grayscale: #5C5C5C. Windows color (decimal): -11314803 or 9263443. OLE color: 9263443.

HSL color Cylindrical-coordinate representation of color #53598D: hue angle of 233.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53598D is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8389141-
CMYK0.410.3700.45
HSL233.79º25.89%43.92%-
HSV(B)233.79º41.13%55.29%-
XYZ11.9510.9126.67-
YUV93.13155.01120.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=26.52%
G=28.43%
B=45.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83891410.410.3700.45233.7925.8943.92
Hex53598D292502Dea1a2c
Octal12313121551450553523254
Binary101001110110011000110110100110010101011011110101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53598D; }

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

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

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

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

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

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

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

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