Html Css Color HEX #235856 Dark Slate Grey

📋 copy color: '#235856'

red 35 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate Grey #235856

Tints of Dark Slate Grey #235856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.15%

R = 16.75%
G = 42.11%
B = 41.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#235856 (or 0x235856) is known color: Dark Slate Grey. HEX triplet: 23, 58 and 56. RGB value is (35,88,86). Sum of RGB (Red+Green+Blue) = 35+88+86=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #235856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235856 is #DCA7A9. Grayscale: #474747. Windows color (decimal): -14460842 or 5658659. OLE color: 5658659.

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

Color convert

RGB 35 88 86 -
CMYK 0.60 0 0.02 0.65
HSL 177.74º 0.43% 0.24% -
HSV(B) 177.74º 0.6% 0.35% -
XYZ 5.86 8.01 10.04 -
YUV 71.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 35 88 86 0.60 0 0.02 0.65 177.74 0.43 0.24
Hex 23 58 56 3C 0 2 41 B2 2B 18
Octal 43 130 126 74 0 2 101 262 53 30
Binary 100011 1011000 1010110 111100 0 10 1000001 10110010 101011 11000

Color Harmonies of #235856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235856

Black with #235856

Text Example


Text Example

White with #235856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235856; }

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

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

background-color css

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

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

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

border-color css

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

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

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