Html Css Color HEX #235559 Dark Slate Grey

📋 copy color: '#235559'

red 35 ◦ green 85 ◦ blue 89

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

Shades of Dark Slate Grey #235559

Tints of Dark Slate Grey #235559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 16.75%
G = 40.67%
B = 42.58%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#235559 (or 0x235559) is known color: Dark Slate Grey. HEX triplet: 23, 55 and 59. RGB value is (35,85,89). Sum of RGB (Red+Green+Blue) = 35+85+89=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #235559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235559 is #DCAAA6. Grayscale: #464646. Windows color (decimal): -14461607 or 5854499. OLE color: 5854499.

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

Color convert

RGB 35 85 89 -
CMYK 0.61 0.04 0 0.65
HSL 184.44º 0.44% 0.24% -
HSV(B) 184.44º 0.61% 0.35% -
XYZ 5.74 7.58 10.61 -
YUV 70.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 35 85 89 0.61 0.04 0 0.65 184.44 0.44 0.24
Hex 23 55 59 3D 4 0 41 B8 2C 18
Octal 43 125 131 75 4 0 101 270 54 30
Binary 100011 1010101 1011001 111101 100 0 1000001 10111000 101100 11000

Color Harmonies of #235559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235559

Black with #235559

Text Example


Text Example

White with #235559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235559; }

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

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

background-color css

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

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

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

border-color css

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

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

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