#235557

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

Shades of Dark Slate Grey #235557

Tints of Dark Slate Grey #235557

Color information

#235557 (or 0x235557) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 55 and 57. RGB value is (35,85,87). Sum of RGB (Red+Green+Blue) = 35+85+87=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #235557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235557 is #DCAAA8. Grayscale: #464646. Windows color (decimal): -14461609 or 5723427. OLE color: 5723427.

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

Color convert

RGB358587-
CMYK0.600.0200.66
HSL182.31º42.62%23.92%-
HSV(B)182.31º59.77%34.12%-
XYZ5.667.5410.17-
YUV70.28137.44102.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=16.91%
G=41.06%
B=42.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3585870.600.0200.66182.3142.6223.92
Hex2355573C2042b62b18
Octal4312512774201022665330
Binary1000111010101101011111110010010000101011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235557; }

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

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

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

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

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

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

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

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