Html Css Color HEX #235859 Dark Slate Grey

📋 copy color: '#235859'

red 35 ◦ green 88 ◦ blue 89

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

Shades of Dark Slate Grey #235859

Tints of Dark Slate Grey #235859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 16.51%
G = 41.51%
B = 41.98%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#235859 (or 0x235859) is known color: Dark Slate Grey. HEX triplet: 23, 58 and 59. RGB value is (35,88,89). Sum of RGB (Red+Green+Blue) = 35+88+89=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #235859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235859 is #DCA7A6. Grayscale: #484848. Windows color (decimal): -14460839 or 5855267. OLE color: 5855267.

HSL color Cylindrical-coordinate representation of color #235859: hue angle of 181.11º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235859 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 88 89 -
CMYK 0.61 0.01 0 0.65
HSL 181.11º 0.44% 0.24% -
HSV(B) 181.11º 0.61% 0.35% -
XYZ 5.99 8.06 10.69 -
YUV 72.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 35 88 89 0.61 0.01 0 0.65 181.11 0.44 0.24
Hex 23 58 59 3D 1 0 41 B5 2C 18
Octal 43 130 131 75 1 0 101 265 54 30
Binary 100011 1011000 1011001 111101 1 0 1000001 10110101 101100 11000

Color Harmonies of #235859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235859

Black with #235859

Text Example


Text Example

White with #235859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235859; }

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

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

background-color css

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

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

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

border-color css

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

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

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