Html Css Color HEX #195955 Blue Stone

📋 copy color: '#195955'

red 25 ◦ green 89 ◦ blue 85

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

Shades of Blue Stone #195955

Tints of Blue Stone #195955

RGB

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

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

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

R = 12.56%
G = 44.72%
B = 42.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#195955 (or 0x195955) is known color: Blue Stone. HEX triplet: 19, 59 and 55. RGB value is (25,89,85). Sum of RGB (Red+Green+Blue) = 25+89+85=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #195955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195955 is #E6A6AA. Grayscale: #454545. Windows color (decimal): -15115947 or 5593369. OLE color: 5593369.

HSL color Cylindrical-coordinate representation of color #195955: hue angle of 176.25º 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 #195955 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 85 -
CMYK 0.72 0 0.04 0.65
HSL 176.25º 0.56% 0.22% -
HSV(B) 176.25º 0.72% 0.35% -
XYZ 5.61 8.01 9.84 -
YUV 69.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 25 89 85 0.72 0 0.04 0.65 176.25 0.56 0.22
Hex 19 59 55 48 0 4 41 B0 38 16
Octal 31 131 125 110 0 4 101 260 70 26
Binary 11001 1011001 1010101 1001000 0 100 1000001 10110000 111000 10110

Color Harmonies of #195955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195955

Black with #195955

Text Example


Text Example

White with #195955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195955; }

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

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

background-color css

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

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

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

border-color css

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

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

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