Html Css Color HEX #2A5355 Dark Slate Grey

📋 copy color: '#2A5355'

red 42 ◦ green 83 ◦ blue 85

#2A5355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2A5355

Tints of Dark Slate Grey #2A5355

RGB

 RED value IS 42 (16.8% from 255) = 20%

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 20%
G = 39.52%
B = 40.48%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A5355 (or 0x2A5355) is known color: Dark Slate Grey. HEX triplet: 2A, 53 and 55. RGB value is (42,83,85). Sum of RGB (Red+Green+Blue) = 42+83+85=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5355 is #D5ACAA. Grayscale: #464646. Windows color (decimal): -14003371 or 5591850. OLE color: 5591850.

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

Color convert

RGB 42 83 85 -
CMYK 0.51 0.02 0 0.67
HSL 182.79º 0.34% 0.25% -
HSV(B) 182.79º 0.51% 0.33% -
XYZ 5.69 7.33 9.71 -
YUV 70.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 42 83 85 0.51 0.02 0 0.67 182.79 0.34 0.25
Hex 2A 53 55 33 2 0 43 B7 22 19
Octal 52 123 125 63 2 0 103 267 42 31
Binary 101010 1010011 1010101 110011 10 0 1000011 10110111 100010 11001

Color Harmonies of #2A5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5355

Black with #2A5355

Text Example


Text Example

White with #2A5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,83,85); }

 H1.HeaderClassName
 {
   color: #2A5355;
 }
 .AnyTagClassName
 {
   color: #2A5355;
 }
</style>

background-color css

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

 a { background-color: rgb(42,83,85); }

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

border-color css

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

 span { border-color: rgb(42,83,85); }

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