#62585F

Color #62585F Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #62585F

Tints of Salt Box #62585F

Color information

#62585F (or 0x62585F) is unknown color: approx Salt Box. HEX triplet: 62, 58 and 5F. RGB value is (98,88,95). Sum of RGB (Red+Green+Blue) = 98+88+95=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 98 - color contains mainly: red. Hex color #62585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62585F is #9DA7A0. Grayscale: #5B5B5B. Windows color (decimal): -10332065 or 6248546. OLE color: 6248546.

HSL color Cylindrical-coordinate representation of color #62585F: hue angle of 318º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #62585F is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB988895-
CMYK00.100.030.62
HSL318º5.38%36.47%-
HSV(B)318º10.2%38.43%-
XYZ10.5910.412.28-
YUV91.79129.81132.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=34.88%
G=31.32%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98889500.100.030.623185.3836.47
Hex62585F0A33E13e524
Octal142130137012376476544
Binary1100010101100010111110101011111110100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62585F; }

 p { color: rgb(98,88,95); }

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

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

 a { background-color: rgb(98,88,95); }

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

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

 span { border-color: rgb(98,88,95); }

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