Html Css Color HEX #225153 Dark Slate Grey

📋 copy color: '#225153'

red 34 ◦ green 81 ◦ blue 83

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

Shades of Dark Slate Grey #225153

Tints of Dark Slate Grey #225153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.91%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 17.17%
G = 40.91%
B = 41.92%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#225153 (or 0x225153) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 53. RGB value is (34,81,83). Sum of RGB (Red+Green+Blue) = 34+81+83=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #225153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225153 is #DDAEAC. Grayscale: #434343. Windows color (decimal): -14528173 or 5460258. OLE color: 5460258.

HSL color Cylindrical-coordinate representation of color #225153: hue angle of 182.45º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225153 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 81 83 -
CMYK 0.59 0.02 0 0.67
HSL 182.45º 0.42% 0.23% -
HSV(B) 182.45º 0.59% 0.33% -
XYZ 5.16 6.85 9.23 -
YUV 67.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 34 81 83 0.59 0.02 0 0.67 182.45 0.42 0.23
Hex 22 51 53 3B 2 0 43 B6 2A 17
Octal 42 121 123 73 2 0 103 266 52 27
Binary 100010 1010001 1010011 111011 10 0 1000011 10110110 101010 10111

Color Harmonies of #225153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225153

Black with #225153

Text Example


Text Example

White with #225153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225153; }

 p { color: rgb(34,81,83); }

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

background-color css

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

 a { background-color: rgb(34,81,83); }

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

border-color css

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

 span { border-color: rgb(34,81,83); }

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