Html Css Color HEX #22514E Dark Slate Grey

📋 copy color: '#22514E'

red 34 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #22514E

Tints of Dark Slate Grey #22514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 17.62%
G = 41.97%
B = 40.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#22514E (or 0x22514E) is known color: Dark Slate Grey. HEX triplet: 22, 51 and 4E. RGB value is (34,81,78). Sum of RGB (Red+Green+Blue) = 34+81+78=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #22514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22514E is #DDAEB1. Grayscale: #424242. Windows color (decimal): -14528178 or 5132578. OLE color: 5132578.

HSL color Cylindrical-coordinate representation of color #22514E: hue angle of 176.17º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22514E is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 78 -
CMYK 0.58 0 0.04 0.68
HSL 176.17º 0.41% 0.23% -
HSV(B) 176.17º 0.58% 0.32% -
XYZ 4.98 6.77 8.25 -
YUV 66.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 34 81 78 0.58 0 0.04 0.68 176.17 0.41 0.23
Hex 22 51 4E 3A 0 4 44 B0 29 17
Octal 42 121 116 72 0 4 104 260 51 27
Binary 100010 1010001 1001110 111010 0 100 1000100 10110000 101001 10111

Color Harmonies of #22514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22514E

Black with #22514E

Text Example


Text Example

White with #22514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22514E; }

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

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

background-color css

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

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

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

border-color css

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

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

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