Html Css Color HEX #235655 Dark Slate Grey

📋 copy color: '#235655'

red 35 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate Grey #235655

Tints of Dark Slate Grey #235655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 16.99%
G = 41.75%
B = 41.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#235655 (or 0x235655) is known color: Dark Slate Grey. HEX triplet: 23, 56 and 55. RGB value is (35,86,85). Sum of RGB (Red+Green+Blue) = 35+86+85=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #235655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235655 is #DCA9AA. Grayscale: #464646. Windows color (decimal): -14461355 or 5592611. OLE color: 5592611.

HSL color Cylindrical-coordinate representation of color #235655: hue angle of 178.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #235655 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 86 85 -
CMYK 0.59 0 0.01 0.66
HSL 178.82º 0.42% 0.24% -
HSV(B) 178.82º 0.59% 0.34% -
XYZ 5.66 7.67 9.78 -
YUV 70.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 35 86 85 0.59 0 0.01 0.66 178.82 0.42 0.24
Hex 23 56 55 3B 0 1 42 B3 2A 18
Octal 43 126 125 73 0 1 102 263 52 30
Binary 100011 1010110 1010101 111011 0 1 1000010 10110011 101010 11000

Color Harmonies of #235655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235655

Black with #235655

Text Example


Text Example

White with #235655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235655; }

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

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

background-color css

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

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

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

border-color css

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

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

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