#5675AA

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

Shades of San Marino #5675AA

Tints of San Marino #5675AA

Color information

#5675AA (or 0x5675AA) is unknown color: approx San Marino. HEX triplet: 56, 75 and AA. RGB value is (86,117,170). Sum of RGB (Red+Green+Blue) = 86+117+170=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #5675AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5675AA is #A98A55. Grayscale: #717171. Windows color (decimal): -11110998 or 11171158. OLE color: 11171158.

HSL color Cylindrical-coordinate representation of color #5675AA: hue angle of 217.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5675AA is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86117170-
CMYK0.490.3100.33
HSL217.86º33.07%50.2%-
HSV(B)217.86º49.41%66.67%-
XYZ17.4517.640.51-
YUV113.77159.73108.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=23.06%
G=31.37%
B=45.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861171700.490.3100.33217.8633.0750.2
Hex5675AA311F021da2132
Octal12616525261370413324162
Binary101011011101011010101011000111111010000111011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5675AA; }

 p { color: rgb(86,117,170); }

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

<style>
 a { background-color: #5675AA; }

 a { background-color: rgb(86,117,170); }

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

<style>
 span { border-color: #5675AA; }

 span { border-color: rgb(86,117,170); }

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