Html Css Color HEX #195C55 Blue Stone

📋 copy color: '#195C55'

red 25 ◦ green 92 ◦ blue 85

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

Shades of Blue Stone #195C55

Tints of Blue Stone #195C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.54%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 12.38%
G = 45.54%
B = 42.08%

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

#195C55 (or 0x195C55) is known color: Blue Stone. HEX triplet: 19, 5C and 55. RGB value is (25,92,85). Sum of RGB (Red+Green+Blue) = 25+92+85=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #195C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C55 is #E6A3AA. Grayscale: #474747. Windows color (decimal): -15115179 or 5594137. OLE color: 5594137.

HSL color Cylindrical-coordinate representation of color #195C55: hue angle of 173.73º degrees, saturation: 0.57, 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 #195C55 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 92 85 -
CMYK 0.73 0 0.08 0.64
HSL 173.73º 0.57% 0.23% -
HSV(B) 173.73º 0.73% 0.36% -
XYZ 5.87 8.52 9.93 -
YUV 71.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 25 92 85 0.73 0 0.08 0.64 173.73 0.57 0.23
Hex 19 5C 55 49 0 8 40 AE 39 17
Octal 31 134 125 111 0 10 100 256 71 27
Binary 11001 1011100 1010101 1001001 0 1000 1000000 10101110 111001 10111

Color Harmonies of #195C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C55

Black with #195C55

Text Example


Text Example

White with #195C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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