Html Css Color HEX #155565 Blue Stone

📋 copy color: '#155565'

red 21 ◦ green 85 ◦ blue 101

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

Shades of Blue Stone #155565

Tints of Blue Stone #155565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.79%

R = 10.14%
G = 41.06%
B = 48.79%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155565 (or 0x155565) is known color: Blue Stone. HEX triplet: 15, 55 and 65. RGB value is (21,85,101). Sum of RGB (Red+Green+Blue) = 21+85+101=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #155565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155565 is #EAAA9A. Grayscale: #434343. Windows color (decimal): -15379099 or 6640917. OLE color: 6640917.

HSL color Cylindrical-coordinate representation of color #155565: hue angle of 192º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155565 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 85 101 -
CMYK 0.79 0.16 0 0.60
HSL 192º 0.66% 0.24% -
HSV(B) 192º 0.79% 0.4% -
XYZ 5.91 7.6 13.47 -
YUV 67.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 21 85 101 0.79 0.16 0 0.60 192 0.66 0.24
Hex 15 55 65 4F 10 0 3C C0 42 18
Octal 25 125 145 117 20 0 74 300 102 30
Binary 10101 1010101 1100101 1001111 10000 0 111100 11000000 1000010 11000

Color Harmonies of #155565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155565

Black with #155565

Text Example


Text Example

White with #155565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155565; }

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

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

background-color css

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

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

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

border-color css

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

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

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