#195455

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

Shades of Blue Stone #195455

Tints of Blue Stone #195455

Color information

#195455 (or 0x195455) is unknown color: approx Blue Stone. HEX triplet: 19, 54 and 55. RGB value is (25,84,85). Sum of RGB (Red+Green+Blue) = 25+84+85=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #195455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195455 is #E6ABAA. Grayscale: #424242. Windows color (decimal): -15117227 or 5592089. OLE color: 5592089.

HSL color Cylindrical-coordinate representation of color #195455: hue angle of 181º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195455 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB258485-
CMYK0.710.0100.67
HSL181º54.55%21.57%-
HSV(B)181º70.59%33.33%-
XYZ5.217.29.71-
YUV66.47138.4598.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=12.89%
G=43.30%
B=43.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584850.710.0100.6718154.5521.57
Hex195455471043b53716
Octal31124125107101032656726
Binary110011010100101010110001111010000111011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195455; }

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

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

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

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

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

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

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

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