Html Css Color HEX #235054 Dark Slate Grey

📋 copy color: '#235054'

red 35 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #235054

Tints of Dark Slate Grey #235054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 17.59%
G = 40.2%
B = 42.21%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#235054 (or 0x235054) is known color: Dark Slate Grey. HEX triplet: 23, 50 and 54. RGB value is (35,80,84). Sum of RGB (Red+Green+Blue) = 35+80+84=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #235054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235054 is #DCAFAB. Grayscale: #424242. Windows color (decimal): -14462892 or 5525539. OLE color: 5525539.

HSL color Cylindrical-coordinate representation of color #235054: hue angle of 184.9º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235054 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 80 84 -
CMYK 0.58 0.05 0 0.67
HSL 184.9º 0.41% 0.23% -
HSV(B) 184.9º 0.58% 0.33% -
XYZ 5.16 6.73 9.42 -
YUV 67 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 35 80 84 0.58 0.05 0 0.67 184.9 0.41 0.23
Hex 23 50 54 3A 5 0 43 B9 29 17
Octal 43 120 124 72 5 0 103 271 51 27
Binary 100011 1010000 1010100 111010 101 0 1000011 10111001 101001 10111

Color Harmonies of #235054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235054

Black with #235054

Text Example


Text Example

White with #235054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235054; }

 p { color: rgb(35,80,84); }

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

background-color css

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

 a { background-color: rgb(35,80,84); }

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

border-color css

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

 span { border-color: rgb(35,80,84); }

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