#13585C

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

Shades of Blue Stone #13585C

Tints of Blue Stone #13585C

Color information

#13585C (or 0x13585C) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 5C. RGB value is (19,88,92). Sum of RGB (Red+Green+Blue) = 19+88+92=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #13585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13585C is #ECA7A3. Grayscale: #434343. Windows color (decimal): -15509412 or 6051859. OLE color: 6051859.

HSL color Cylindrical-coordinate representation of color #13585C: hue angle of 183.29º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13585C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB198892-
CMYK0.790.0400.64
HSL183.29º65.77%21.76%-
HSV(B)183.29º79.35%36.08%-
XYZ5.697.8911.35-
YUV67.82141.6493.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=9.55%
G=44.22%
B=46.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1988920.790.0400.64183.2965.7721.76
Hex13585C4F4040b74216
Octal231301341174010026710226
Binary100111011000101110010011111000100000010110111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13585C; }

 p { color: rgb(19,88,92); }

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

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

 a { background-color: rgb(19,88,92); }

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

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

 span { border-color: rgb(19,88,92); }

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