Html Css Color HEX #195653 Blue Stone

📋 copy color: '#195653'

red 25 ◦ green 86 ◦ blue 83

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

Shades of Blue Stone #195653

Tints of Blue Stone #195653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.33%

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

R = 12.89%
G = 44.33%
B = 42.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#195653 (or 0x195653) is known color: Blue Stone. HEX triplet: 19, 56 and 53. RGB value is (25,86,83). Sum of RGB (Red+Green+Blue) = 25+86+83=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #195653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195653 is #E6A9AC. Grayscale: #434343. Windows color (decimal): -15116717 or 5461529. OLE color: 5461529.

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

Color convert

RGB 25 86 83 -
CMYK 0.71 0 0.03 0.66
HSL 177.05º 0.55% 0.22% -
HSV(B) 177.05º 0.71% 0.34% -
XYZ 5.29 7.49 9.35 -
YUV 67.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 25 86 83 0.71 0 0.03 0.66 177.05 0.55 0.22
Hex 19 56 53 47 0 3 42 B1 37 16
Octal 31 126 123 107 0 3 102 261 67 26
Binary 11001 1010110 1010011 1000111 0 11 1000010 10110001 110111 10110

Color Harmonies of #195653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195653

Black with #195653

Text Example


Text Example

White with #195653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195653; }

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

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

background-color css

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

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

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

border-color css

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

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

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