#53629A

Color #53629A San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #53629A

Tints of San Marino #53629A

Color information

#53629A (or 0x53629A) is unknown color: approx San Marino. HEX triplet: 53, 62 and 9A. RGB value is (83,98,154). Sum of RGB (Red+Green+Blue) = 83+98+154=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #53629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53629A is #AC9D65. Grayscale: #636363. Windows color (decimal): -11312486 or 10117715. OLE color: 10117715.

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

Color convert

RGB8398154-
CMYK0.460.3600.40
HSL227.32º29.96%46.47%-
HSV(B)227.32º46.1%60.39%-
XYZ13.7712.9132.34-
YUV99.9158.53115.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=24.78%
G=29.25%
B=45.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83981540.460.3600.40227.3229.9646.47
Hex53629A2E24028e31e2e
Octal12314223256440503433656
Binary101001111000101001101010111010010001010001110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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