#235458

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

Shades of Dark Slate Grey #235458

Tints of Dark Slate Grey #235458

Color information

#235458 (or 0x235458) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 54 and 58. RGB value is (35,84,88). Sum of RGB (Red+Green+Blue) = 35+84+88=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #235458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235458 is #DCABA7. Grayscale: #454545. Windows color (decimal): -14461864 or 5788707. OLE color: 5788707.

HSL color Cylindrical-coordinate representation of color #235458: hue angle of 184.53º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235458 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358488-
CMYK0.600.0500.65
HSL184.53º43.09%24.12%-
HSV(B)184.53º60.23%34.51%-
XYZ5.627.410.36-
YUV69.8138.27103.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=16.91%
G=40.58%
B=42.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3584880.600.0500.65184.5343.0924.12
Hex2354583C5041b92b18
Octal4312413074501012715330
Binary10001110101001011000111100101010000011011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235458; }

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

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

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

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

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

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

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

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