Html Css Color HEX #235653 Dark Slate Grey

📋 copy color: '#235653'

red 35 ◦ green 86 ◦ blue 83

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

Shades of Dark Slate Grey #235653

Tints of Dark Slate Grey #235653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 17.16%
G = 42.16%
B = 40.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#235653 (or 0x235653) is known color: Dark Slate Grey. HEX triplet: 23, 56 and 53. RGB value is (35,86,83). Sum of RGB (Red+Green+Blue) = 35+86+83=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #235653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235653 is #DCA9AC. Grayscale: #464646. Windows color (decimal): -14461357 or 5461539. OLE color: 5461539.

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

Color convert

RGB 35 86 83 -
CMYK 0.59 0 0.03 0.66
HSL 176.47º 0.42% 0.24% -
HSV(B) 176.47º 0.59% 0.34% -
XYZ 5.58 7.64 9.36 -
YUV 70.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 35 86 83 0.59 0 0.03 0.66 176.47 0.42 0.24
Hex 23 56 53 3B 0 3 42 B0 2A 18
Octal 43 126 123 73 0 3 102 260 52 30
Binary 100011 1010110 1010011 111011 0 11 1000010 10110000 101010 11000

Color Harmonies of #235653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235653

Black with #235653

Text Example


Text Example

White with #235653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235653; }

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

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

background-color css

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

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

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

border-color css

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

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

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