#295A5C

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

Shades of Dark Slate Grey #295A5C

Tints of Dark Slate Grey #295A5C

Color information

#295A5C (or 0x295A5C) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 5A and 5C. RGB value is (41,90,92). Sum of RGB (Red+Green+Blue) = 41+90+92=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #295A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A5C is #D6A5A3. Grayscale: #4B4B4B. Windows color (decimal): -14067108 or 6052393. OLE color: 6052393.

HSL color Cylindrical-coordinate representation of color #295A5C: hue angle of 182.35º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295A5C is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB419092-
CMYK0.550.0200.64
HSL182.35º38.35%26.08%-
HSV(B)182.35º55.43%36.08%-
XYZ6.58.5611.43-
YUV75.58137.27103.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=18.39%
G=40.36%
B=41.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4190920.550.0200.64182.3538.3526.08
Hex295A5C372040b6261a
Octal5113213467201002664632
Binary1010011011010101110011011110010000001011011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A5C; }

 p { color: rgb(41,90,92); }

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

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

 a { background-color: rgb(41,90,92); }

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

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

 span { border-color: rgb(41,90,92); }

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