Html Css Color HEX #195555 Blue Stone

📋 copy color: '#195555'

red 25 ◦ green 85 ◦ blue 85

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

Shades of Blue Stone #195555

Tints of Blue Stone #195555

RGB

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

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

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

R = 12.82%
G = 43.59%
B = 43.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#195555 (or 0x195555) is known color: Blue Stone. HEX triplet: 19, 55 and 55. RGB value is (25,85,85). Sum of RGB (Red+Green+Blue) = 25+85+85=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #195555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195555 is #E6AAAA. Grayscale: #434343. Windows color (decimal): -15116971 or 5592345. OLE color: 5592345.

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

Color convert

RGB 25 85 85 -
CMYK 0.71 0 0 0.67
HSL 180º 0.55% 0.22% -
HSV(B) 180º 0.71% 0.33% -
XYZ 5.29 7.36 9.74 -
YUV 67.06 138.12 98 -
System Red Green Blue C M Y K H S L
Decimal 25 85 85 0.71 0 0 0.67 180 0.55 0.22
Hex 19 55 55 47 0 0 43 B4 37 16
Octal 31 125 125 107 0 0 103 264 67 26
Binary 11001 1010101 1010101 1000111 0 0 1000011 10110100 110111 10110

Color Harmonies of #195555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195555

Black with #195555

Text Example


Text Example

White with #195555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195555; }

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

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

background-color css

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

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

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

border-color css

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

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

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