Html Css Color HEX #225857 Dark Slate Grey

📋 copy color: '#225857'

red 34 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate Grey #225857

Tints of Dark Slate Grey #225857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 16.27%
G = 42.11%
B = 41.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#225857 (or 0x225857) is known color: Dark Slate Grey. HEX triplet: 22, 58 and 57. RGB value is (34,88,87). Sum of RGB (Red+Green+Blue) = 34+88+87=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #225857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225857 is #DDA7A8. Grayscale: #474747. Windows color (decimal): -14526377 or 5724194. OLE color: 5724194.

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

Color convert

RGB 34 88 87 -
CMYK 0.61 0 0.01 0.65
HSL 178.89º 0.44% 0.24% -
HSV(B) 178.89º 0.61% 0.35% -
XYZ 5.87 8.01 10.25 -
YUV 71.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 34 88 87 0.61 0 0.01 0.65 178.89 0.44 0.24
Hex 22 58 57 3D 0 1 41 B3 2C 18
Octal 42 130 127 75 0 1 101 263 54 30
Binary 100010 1011000 1010111 111101 0 1 1000001 10110011 101100 11000

Color Harmonies of #225857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225857

Black with #225857

Text Example


Text Example

White with #225857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225857; }

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

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

background-color css

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

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

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

border-color css

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

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

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