Html Css Color HEX #195553 Blue Stone

📋 copy color: '#195553'

red 25 ◦ green 85 ◦ blue 83

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

Shades of Blue Stone #195553

Tints of Blue Stone #195553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.01%

R = 12.95%
G = 44.04%
B = 43.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#195553 (or 0x195553) is known color: Blue Stone. HEX triplet: 19, 55 and 53. RGB value is (25,85,83). Sum of RGB (Red+Green+Blue) = 25+85+83=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #195553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195553 is #E6AAAC. Grayscale: #424242. Windows color (decimal): -15116973 or 5461273. OLE color: 5461273.

HSL color Cylindrical-coordinate representation of color #195553: hue angle of 178º 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 #195553 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 83 -
CMYK 0.71 0 0.02 0.67
HSL 178º 0.55% 0.22% -
HSV(B) 178º 0.71% 0.33% -
XYZ 5.21 7.33 9.32 -
YUV 66.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 25 85 83 0.71 0 0.02 0.67 178 0.55 0.22
Hex 19 55 53 47 0 2 43 B2 37 16
Octal 31 125 123 107 0 2 103 262 67 26
Binary 11001 1010101 1010011 1000111 0 10 1000011 10110010 110111 10110

Color Harmonies of #195553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195553

Black with #195553

Text Example


Text Example

White with #195553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195553; }

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

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

background-color css

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

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

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

border-color css

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

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

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