#235558

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

Shades of Dark Slate Grey #235558

Tints of Dark Slate Grey #235558

Color information

#235558 (or 0x235558) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 58. RGB value is (35,85,88). Sum of RGB (Red+Green+Blue) = 35+85+88=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #235558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235558 is #DCAAA7. Grayscale: #464646. Windows color (decimal): -14461608 or 5788963. OLE color: 5788963.

HSL color Cylindrical-coordinate representation of color #235558: hue angle of 183.4º 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 #235558 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358588-
CMYK0.600.0300.65
HSL183.4º43.09%24.12%-
HSV(B)183.4º60.23%34.51%-
XYZ5.77.5610.39-
YUV70.39137.94102.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=16.83%
G=40.87%
B=42.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3585880.600.0300.65183.443.0924.12
Hex2355583C3041b72b18
Octal4312513074301012675330
Binary1000111010101101100011110011010000011011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235558; }

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

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

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

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

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

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

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

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