#19655B

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

Shades of Blue Stone #19655B

Tints of Blue Stone #19655B

Color information

#19655B (or 0x19655B) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 5B. RGB value is (25,101,91). Sum of RGB (Red+Green+Blue) = 25+101+91=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #19655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19655B is #E69AA4. Grayscale: #4D4D4D. Windows color (decimal): -15112869 or 5989657. OLE color: 5989657.

HSL color Cylindrical-coordinate representation of color #19655B: hue angle of 172.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19655B is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB2510191-
CMYK0.7500.100.60
HSL172.11º60.32%24.71%-
HSV(B)172.11º75.25%39.61%-
XYZ6.9410.2711.51-
YUV77.14135.8290.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=11.52%
G=46.54%
B=41.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101910.7500.100.60172.1160.3224.71
Hex19655B4B0A3Cac3c19
Octal31145133113012742547431
Binary11001110010110110111001011010101111001010110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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