Html Css Color HEX #155455 Blue Stone

📋 copy color: '#155455'

red 21 ◦ green 84 ◦ blue 85

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

Shades of Blue Stone #155455

Tints of Blue Stone #155455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 11.05%
G = 44.21%
B = 44.74%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#155455 (or 0x155455) is known color: Blue Stone. HEX triplet: 15, 54 and 55. RGB value is (21,84,85). Sum of RGB (Red+Green+Blue) = 21+84+85=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #155455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155455 is #EAABAA. Grayscale: #414141. Windows color (decimal): -15379371 or 5592085. OLE color: 5592085.

HSL color Cylindrical-coordinate representation of color #155455: hue angle of 180.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155455 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 84 85 -
CMYK 0.75 0.01 0 0.67
HSL 180.94º 0.6% 0.21% -
HSV(B) 180.94º 0.75% 0.33% -
XYZ 5.12 7.16 9.71 -
YUV 65.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 21 84 85 0.75 0.01 0 0.67 180.94 0.6 0.21
Hex 15 54 55 4B 1 0 43 B5 3C 15
Octal 25 124 125 113 1 0 103 265 74 25
Binary 10101 1010100 1010101 1001011 1 0 1000011 10110101 111100 10101

Color Harmonies of #155455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155455

Black with #155455

Text Example


Text Example

White with #155455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155455; }

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

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

background-color css

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

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

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

border-color css

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

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

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