Html Css Color HEX #195557 Blue Stone

📋 copy color: '#195557'

red 25 ◦ green 85 ◦ blue 87

#195557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #195557

Tints of Blue Stone #195557

RGB

 RED value IS 25 (10.16% from 255) = 12.69%

 GREEN value IS 85 (33.59% from 255) = 43.15%

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 12.69%
G = 43.15%
B = 44.16%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#195557 (or 0x195557) is known color: Blue Stone. HEX triplet: 19, 55 and 57. RGB value is (25,85,87). Sum of RGB (Red+Green+Blue) = 25+85+87=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #195557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195557 is #E6AAA8. Grayscale: #434343. Windows color (decimal): -15116969 or 5723417. OLE color: 5723417.

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

Color convert

RGB 25 85 87 -
CMYK 0.71 0.02 0 0.66
HSL 181.94º 0.55% 0.22% -
HSV(B) 181.94º 0.71% 0.34% -
XYZ 5.37 7.39 10.16 -
YUV 67.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 25 85 87 0.71 0.02 0 0.66 181.94 0.55 0.22
Hex 19 55 57 47 2 0 42 B6 37 16
Octal 31 125 127 107 2 0 102 266 67 26
Binary 11001 1010101 1010111 1000111 10 0 1000010 10110110 110111 10110

Color Harmonies of #195557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195557

Black with #195557

Text Example


Text Example

White with #195557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195557; }

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

 H1.HeaderClassName
 {
   color: #195557;
 }
 .AnyTagClassName
 {
   color: #195557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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