#53619A

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

Shades of Governor Bay #53619A

Tints of Governor Bay #53619A

Color information

#53619A (or 0x53619A) is unknown color: approx Governor Bay. HEX triplet: 53, 61 and 9A. RGB value is (83,97,154). Sum of RGB (Red+Green+Blue) = 83+97+154=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #53619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53619A is #AC9E65. Grayscale: #636363. Windows color (decimal): -11312742 or 10117459. OLE color: 10117459.

HSL color Cylindrical-coordinate representation of color #53619A: hue angle of 228.17º 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 #53619A is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8397154-
CMYK0.460.3700.40
HSL228.17º29.96%46.47%-
HSV(B)228.17º46.1%60.39%-
XYZ13.6712.7232.31-
YUV99.31158.86116.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 154 (60.55% from 255) = 46.11%
R=24.85%
G=29.04%
B=46.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83971540.460.3700.40228.1729.9646.47
Hex53619A2E25028e41e2e
Octal12314123256450503443656
Binary101001111000011001101010111010010101010001110010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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