#19555B

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

Shades of Blue Stone #19555B

Tints of Blue Stone #19555B

Color information

#19555B (or 0x19555B) is unknown color: approx Blue Stone. HEX triplet: 19, 55 and 5B. RGB value is (25,85,91). Sum of RGB (Red+Green+Blue) = 25+85+91=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #19555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19555B is #E6AAA4. Grayscale: #434343. Windows color (decimal): -15116965 or 5985561. OLE color: 5985561.

HSL color Cylindrical-coordinate representation of color #19555B: hue angle of 185.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19555B is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258591-
CMYK0.730.0700.64
HSL185.45º56.9%22.75%-
HSV(B)185.45º72.53%35.69%-
XYZ5.547.4611.05-
YUV67.74141.1297.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=12.44%
G=42.29%
B=45.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2585910.730.0700.64185.4556.922.75
Hex19555B497040b93917
Octal31125133111701002717127
Binary11001101010110110111001001111010000001011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19555B; }

 p { color: rgb(25,85,91); }

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

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

 a { background-color: rgb(25,85,91); }

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

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

 span { border-color: rgb(25,85,91); }

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