Html Css Color HEX #195D56 Blue Stone

📋 copy color: '#195D56'

red 25 ◦ green 93 ◦ blue 86

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

Shades of Blue Stone #195D56

Tints of Blue Stone #195D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.59%

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

R = 12.25%
G = 45.59%
B = 42.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#195D56 (or 0x195D56) is known color: Blue Stone. HEX triplet: 19, 5D and 56. RGB value is (25,93,86). Sum of RGB (Red+Green+Blue) = 25+93+86=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #195D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D56 is #E6A2A9. Grayscale: #474747. Windows color (decimal): -15114922 or 5659929. OLE color: 5659929.

HSL color Cylindrical-coordinate representation of color #195D56: hue angle of 173.82º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D56 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 86 -
CMYK 0.73 0 0.08 0.64
HSL 173.82º 0.58% 0.23% -
HSV(B) 173.82º 0.73% 0.36% -
XYZ 5.99 8.71 10.17 -
YUV 71.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 25 93 86 0.73 0 0.08 0.64 173.82 0.58 0.23
Hex 19 5D 56 49 0 8 40 AE 3A 17
Octal 31 135 126 111 0 10 100 256 72 27
Binary 11001 1011101 1010110 1001001 0 1000 1000000 10101110 111010 10111

Color Harmonies of #195D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D56

Black with #195D56

Text Example


Text Example

White with #195D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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