#53669B

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

Shades of San Marino #53669B

Tints of San Marino #53669B

Color information

#53669B (or 0x53669B) is unknown color: approx San Marino. HEX triplet: 53, 66 and 9B. RGB value is (83,102,155). Sum of RGB (Red+Green+Blue) = 83+102+155=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #53669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53669B is #AC9964. Grayscale: #666666. Windows color (decimal): -11311461 or 10184275. OLE color: 10184275.

HSL color Cylindrical-coordinate representation of color #53669B: hue angle of 224.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53669B is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83102155-
CMYK0.460.3400.39
HSL224.17º30.25%46.67%-
HSV(B)224.17º46.45%60.78%-
XYZ14.2413.7132.91-
YUV102.36157.71114.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=24.41%
G=30%
B=45.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831021550.460.3400.39224.1730.2546.67
Hex53669B2E22027e01e2f
Octal12314623356420473403657
Binary101001111001101001101110111010001001001111110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53669B; }

 p { color: rgb(83,102,155); }

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

<style>
 a { background-color: #53669B; }

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

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

<style>
 span { border-color: #53669B; }

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

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