Html Css Color HEX #195956 Blue Stone

📋 copy color: '#195956'

red 25 ◦ green 89 ◦ blue 86

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

Shades of Blue Stone #195956

Tints of Blue Stone #195956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.5%

 BLUE value IS 86 (33.98% from 255) = 43%

R = 12.5%
G = 44.5%
B = 43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#195956 (or 0x195956) is known color: Blue Stone. HEX triplet: 19, 59 and 56. RGB value is (25,89,86). Sum of RGB (Red+Green+Blue) = 25+89+86=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #195956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195956 is #E6A6A9. Grayscale: #454545. Windows color (decimal): -15115946 or 5658905. OLE color: 5658905.

HSL color Cylindrical-coordinate representation of color #195956: hue angle of 177.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195956 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 86 -
CMYK 0.72 0 0.03 0.65
HSL 177.19º 0.56% 0.22% -
HSV(B) 177.19º 0.72% 0.35% -
XYZ 5.65 8.02 10.05 -
YUV 69.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 25 89 86 0.72 0 0.03 0.65 177.19 0.56 0.22
Hex 19 59 56 48 0 3 41 B1 38 16
Octal 31 131 126 110 0 3 101 261 70 26
Binary 11001 1011001 1010110 1001000 0 11 1000001 10110001 111000 10110

Color Harmonies of #195956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195956

Black with #195956

Text Example


Text Example

White with #195956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195956; }

 p { color: rgb(25,89,86); }

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

background-color css

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

 a { background-color: rgb(25,89,86); }

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

border-color css

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

 span { border-color: rgb(25,89,86); }

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