#2A5652

Color #2A5652 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2A5652

Tints of Dark Slate Grey #2A5652

Color information

#2A5652 (or 0x2A5652) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 56 and 52. RGB value is (42,86,82). Sum of RGB (Red+Green+Blue) = 42+86+82=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5652 is #D5A9AD. Grayscale: #484848. Windows color (decimal): -14002606 or 5396010. OLE color: 5396010.

HSL color Cylindrical-coordinate representation of color #2A5652: hue angle of 174.55º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5652 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB428682-
CMYK0.5100.050.66
HSL174.55º34.38%25.1%-
HSV(B)174.55º51.16%33.73%-
XYZ5.817.769.17-
YUV72.39133.42106.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=20%
G=40.95%
B=39.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4286820.5100.050.66174.5534.3825.1
Hex2A5652330542af2219
Octal5212612263051022574231
Binary10101010101101010010110011010110000101010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5652; }

 p { color: rgb(42,86,82); }

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

<style>
 a { background-color: #2A5652; }

 a { background-color: rgb(42,86,82); }

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

<style>
 span { border-color: #2A5652; }

 span { border-color: rgb(42,86,82); }

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