#235454

Color #235454 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #235454

Tints of Dark Slate Grey #235454

Color information

#235454 (or 0x235454) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 54 and 54. RGB value is (35,84,84). Sum of RGB (Red+Green+Blue) = 35+84+84=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #235454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235454 is #DCABAB. Grayscale: #454545. Windows color (decimal): -14461868 or 5526563. OLE color: 5526563.

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

Color convert

RGB358484-
CMYK0.58000.67
HSL180º41.18%23.33%-
HSV(B)180º58.33%32.94%-
XYZ5.467.349.52-
YUV69.35136.27103.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=17.24%
G=41.38%
B=41.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3584840.58000.6718041.1823.33
Hex2354543A0043b42917
Octal4312412472001032645127
Binary100011101010010101001110100010000111011010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235454; }

 p { color: rgb(35,84,84); }

 H1.HeaderClassName
 {
   color: #235454;
 }
 .AnyTagClassName
 {
   color: #235454;
 }
</style>
background-color css

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

 a { background-color: rgb(35,84,84); }

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

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

 span { border-color: rgb(35,84,84); }

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