#53679F

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

Shades of San Marino #53679F

Tints of San Marino #53679F

Color information

#53679F (or 0x53679F) is unknown color: approx San Marino. HEX triplet: 53, 67 and 9F. RGB value is (83,103,159). Sum of RGB (Red+Green+Blue) = 83+103+159=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #53679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53679F is #AC9860. Grayscale: #676767. Windows color (decimal): -11311201 or 10446675. OLE color: 10446675.

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

Color convert

RGB83103159-
CMYK0.480.3500.38
HSL224.21º31.4%47.45%-
HSV(B)224.21º47.8%62.35%-
XYZ14.6814.0434.74-
YUV103.4159.37113.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=24.06%
G=29.86%
B=46.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831031590.480.3500.38224.2131.447.45
Hex53679F3023026e01f2f
Octal12314723760430463403757
Binary101001111001111001111111000010001101001101110000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53679F; }

 p { color: rgb(83,103,159); }

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

<style>
 a { background-color: #53679F; }

 a { background-color: rgb(83,103,159); }

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

<style>
 span { border-color: #53679F; }

 span { border-color: rgb(83,103,159); }

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