#235053

Color #235053 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #235053

Tints of Dark Slate Grey #235053

Color information

#235053 (or 0x235053) is unknown color: approx Dark Slate Grey. HEX triplet: 23, 50 and 53. RGB value is (35,80,83). Sum of RGB (Red+Green+Blue) = 35+80+83=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #235053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235053 is #DCAFAC. Grayscale: #424242. Windows color (decimal): -14462893 or 5460003. OLE color: 5460003.

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

Color convert

RGB358083-
CMYK0.580.0400.67
HSL183.75º40.68%23.14%-
HSV(B)183.75º57.83%32.55%-
XYZ5.126.729.21-
YUV66.89137.09105.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=17.68%
G=40.40%
B=41.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3580830.580.0400.67183.7540.6823.14
Hex2350533A4043b82917
Octal4312012372401032705127
Binary10001110100001010011111010100010000111011100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235053; }

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

 H1.HeaderClassName
 {
   color: #235053;
 }
 .AnyTagClassName
 {
   color: #235053;
 }
</style>
background-color css

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

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

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

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

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

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