#53619E

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

Shades of Governor Bay #53619E

Tints of Governor Bay #53619E

Color information

#53619E (or 0x53619E) is unknown color: approx Governor Bay. HEX triplet: 53, 61 and 9E. RGB value is (83,97,158). Sum of RGB (Red+Green+Blue) = 83+97+158=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #53619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53619E is #AC9E61. Grayscale: #636363. Windows color (decimal): -11312738 or 10379603. OLE color: 10379603.

HSL color Cylindrical-coordinate representation of color #53619E: hue angle of 228.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53619E is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8397158-
CMYK0.470.3900.38
HSL228.8º31.12%47.25%-
HSV(B)228.8º47.47%61.96%-
XYZ14.0112.8634.09-
YUV99.77160.86116.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=24.56%
G=28.70%
B=46.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83971580.470.3900.38228.831.1247.25
Hex53619E2F27026e51f2f
Octal12314123657470463453757
Binary101001111000011001111010111110011101001101110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53619E; }

 p { color: rgb(83,97,158); }

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

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

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

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

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

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

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