Html Css Color HEX #235857 Dark Slate Grey

📋 copy color: '#235857'

red 35 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate Grey #235857

Tints of Dark Slate Grey #235857

RGB

 RED value IS 35 (14.06% from 255) = 16.67%

 GREEN value IS 88 (34.77% from 255) = 41.9%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 16.67%
G = 41.9%
B = 41.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#235857 (or 0x235857) is known color: Dark Slate Grey. HEX triplet: 23, 58 and 57. RGB value is (35,88,87). Sum of RGB (Red+Green+Blue) = 35+88+87=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #235857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235857 is #DCA7A8. Grayscale: #474747. Windows color (decimal): -14460841 or 5724195. OLE color: 5724195.

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

Color convert

RGB 35 88 87 -
CMYK 0.60 0 0.01 0.65
HSL 178.87º 0.43% 0.24% -
HSV(B) 178.87º 0.6% 0.35% -
XYZ 5.9 8.02 10.25 -
YUV 72.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 35 88 87 0.60 0 0.01 0.65 178.87 0.43 0.24
Hex 23 58 57 3C 0 1 41 B3 2B 18
Octal 43 130 127 74 0 1 101 263 53 30
Binary 100011 1011000 1010111 111100 0 1 1000001 10110011 101011 11000

Color Harmonies of #235857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235857

Black with #235857

Text Example


Text Example

White with #235857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235857; }

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

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

background-color css

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

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

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

border-color css

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

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

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