Html Css Color HEX #155561 Blue Stone

📋 copy color: '#155561'

red 21 ◦ green 85 ◦ blue 97

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

Shades of Blue Stone #155561

Tints of Blue Stone #155561

RGB

 RED value IS 21 (8.59% from 255) = 10.34%

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

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 10.34%
G = 41.87%
B = 47.78%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155561 (or 0x155561) is known color: Blue Stone. HEX triplet: 15, 55 and 61. RGB value is (21,85,97). Sum of RGB (Red+Green+Blue) = 21+85+97=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #155561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155561 is #EAAA9E. Grayscale: #434343. Windows color (decimal): -15379103 or 6378773. OLE color: 6378773.

HSL color Cylindrical-coordinate representation of color #155561: hue angle of 189.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155561 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 85 97 -
CMYK 0.78 0.12 0 0.62
HSL 189.47º 0.64% 0.23% -
HSV(B) 189.47º 0.78% 0.38% -
XYZ 5.72 7.52 12.46 -
YUV 67.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 21 85 97 0.78 0.12 0 0.62 189.47 0.64 0.23
Hex 15 55 61 4E C 0 3E BD 40 17
Octal 25 125 141 116 14 0 76 275 100 27
Binary 10101 1010101 1100001 1001110 1100 0 111110 10111101 1000000 10111

Color Harmonies of #155561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155561

Black with #155561

Text Example


Text Example

White with #155561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155561; }

 p { color: rgb(21,85,97); }

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

background-color css

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

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

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

border-color css

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

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

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