#19555A

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

Shades of Blue Stone #19555A

Tints of Blue Stone #19555A

Color information

#19555A (or 0x19555A) is unknown color: approx Blue Stone. HEX triplet: 19, 55 and 5A. RGB value is (25,85,90). Sum of RGB (Red+Green+Blue) = 25+85+90=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #19555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19555A is #E6AAA5. Grayscale: #434343. Windows color (decimal): -15116966 or 5920025. OLE color: 5920025.

HSL color Cylindrical-coordinate representation of color #19555A: hue angle of 184.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19555A is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258590-
CMYK0.720.0600.65
HSL184.62º56.52%22.55%-
HSV(B)184.62º72.22%35.29%-
XYZ5.497.4410.82-
YUV67.63140.6297.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=12.5%
G=42.5%
B=45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2585900.720.0600.65184.6256.5222.55
Hex19555A486041b93917
Octal31125132110601012717127
Binary11001101010110110101001000110010000011011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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