Html Css Color HEX #285453 Dark Slate Grey

📋 copy color: '#285453'

red 40 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate Grey #285453

Tints of Dark Slate Grey #285453

RGB

 RED value IS 40 (16.02% from 255) = 19.32%

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 19.32%
G = 40.58%
B = 40.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#285453 (or 0x285453) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 53. RGB value is (40,84,83). Sum of RGB (Red+Green+Blue) = 40+84+83=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #285453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285453 is #D7ABAC. Grayscale: #464646. Windows color (decimal): -14134189 or 5461032. OLE color: 5461032.

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

Color convert

RGB 40 84 83 -
CMYK 0.52 0 0.01 0.67
HSL 178.64º 0.35% 0.24% -
HSV(B) 178.64º 0.52% 0.33% -
XYZ 5.61 7.42 9.32 -
YUV 70.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 40 84 83 0.52 0 0.01 0.67 178.64 0.35 0.24
Hex 28 54 53 34 0 1 43 B3 23 18
Octal 50 124 123 64 0 1 103 263 43 30
Binary 101000 1010100 1010011 110100 0 1 1000011 10110011 100011 11000

Color Harmonies of #285453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285453

Black with #285453

Text Example


Text Example

White with #285453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285453; }

 p { color: rgb(40,84,83); }

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

background-color css

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

 a { background-color: rgb(40,84,83); }

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

border-color css

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

 span { border-color: rgb(40,84,83); }

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