Html Css Color HEX #155855 Blue Stone

📋 copy color: '#155855'

red 21 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #155855

Tints of Blue Stone #155855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

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

R = 10.82%
G = 45.36%
B = 43.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#155855 (or 0x155855) is known color: Blue Stone. HEX triplet: 15, 58 and 55. RGB value is (21,88,85). Sum of RGB (Red+Green+Blue) = 21+88+85=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #155855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155855 is #EAA7AA. Grayscale: #434343. Windows color (decimal): -15378347 or 5593109. OLE color: 5593109.

HSL color Cylindrical-coordinate representation of color #155855: hue angle of 177.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155855 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 88 85 -
CMYK 0.76 0 0.03 0.65
HSL 177.31º 0.61% 0.21% -
HSV(B) 177.31º 0.76% 0.35% -
XYZ 5.44 7.79 9.81 -
YUV 67.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 21 88 85 0.76 0 0.03 0.65 177.31 0.61 0.21
Hex 15 58 55 4C 0 3 41 B1 3D 15
Octal 25 130 125 114 0 3 101 261 75 25
Binary 10101 1011000 1010101 1001100 0 11 1000001 10110001 111101 10101

Color Harmonies of #155855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155855

Black with #155855

Text Example


Text Example

White with #155855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155855; }

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

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

background-color css

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

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

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

border-color css

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

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

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