#285C5F

Color #285C5F Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #285C5F

Tints of Blue Stone #285C5F

Color information

#285C5F (or 0x285C5F) is unknown color: approx Blue Stone. HEX triplet: 28, 5C and 5F. RGB value is (40,92,95). Sum of RGB (Red+Green+Blue) = 40+92+95=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #285C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C5F is #D7A3A0. Grayscale: #4C4C4C. Windows color (decimal): -14132129 or 6249512. OLE color: 6249512.

HSL color Cylindrical-coordinate representation of color #285C5F: hue angle of 183.27º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285C5F is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB409295-
CMYK0.580.0300.63
HSL183.27º40.74%26.47%-
HSV(B)183.27º57.89%37.25%-
XYZ6.778.9312.19-
YUV76.79138.27101.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=17.62%
G=40.53%
B=41.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4092950.580.0300.63183.2740.7426.47
Hex285C5F3A303Fb7291a
Octal501341377230772675132
Binary101000101110010111111110101101111111011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285C5F; }

 p { color: rgb(40,92,95); }

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

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

 a { background-color: rgb(40,92,95); }

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

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

 span { border-color: rgb(40,92,95); }

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