Html Css Color HEX #225759 Dark Slate Grey

📋 copy color: '#225759'

red 34 ◦ green 87 ◦ blue 89

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

Shades of Dark Slate Grey #225759

Tints of Dark Slate Grey #225759

RGB

 RED value IS 34 (13.67% from 255) = 16.19%

 GREEN value IS 87 (34.38% from 255) = 41.43%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 16.19%
G = 41.43%
B = 42.38%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#225759 (or 0x225759) is known color: Dark Slate Grey. HEX triplet: 22, 57 and 59. RGB value is (34,87,89). Sum of RGB (Red+Green+Blue) = 34+87+89=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #225759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225759 is #DDA8A6. Grayscale: #474747. Windows color (decimal): -14526631 or 5855010. OLE color: 5855010.

HSL color Cylindrical-coordinate representation of color #225759: hue angle of 182.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225759 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 87 89 -
CMYK 0.62 0.02 0 0.65
HSL 182.18º 0.45% 0.24% -
HSV(B) 182.18º 0.62% 0.35% -
XYZ 5.87 7.88 10.66 -
YUV 71.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 34 87 89 0.62 0.02 0 0.65 182.18 0.45 0.24
Hex 22 57 59 3E 2 0 41 B6 2D 18
Octal 42 127 131 76 2 0 101 266 55 30
Binary 100010 1010111 1011001 111110 10 0 1000001 10110110 101101 11000

Color Harmonies of #225759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225759

Black with #225759

Text Example


Text Example

White with #225759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225759; }

 p { color: rgb(34,87,89); }

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

background-color css

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

 a { background-color: rgb(34,87,89); }

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

border-color css

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

 span { border-color: rgb(34,87,89); }

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