Html Css Color HEX #155456 Blue Stone

📋 copy color: '#155456'

red 21 ◦ green 84 ◦ blue 86

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

Shades of Blue Stone #155456

Tints of Blue Stone #155456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.03%

R = 10.99%
G = 43.98%
B = 45.03%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155456 (or 0x155456) is known color: Blue Stone. HEX triplet: 15, 54 and 56. RGB value is (21,84,86). Sum of RGB (Red+Green+Blue) = 21+84+86=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #155456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155456 is #EAABA9. Grayscale: #414141. Windows color (decimal): -15379370 or 5657621. OLE color: 5657621.

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

Color convert

RGB 21 84 86 -
CMYK 0.76 0.02 0 0.66
HSL 181.85º 0.61% 0.21% -
HSV(B) 181.85º 0.76% 0.34% -
XYZ 5.16 7.17 9.92 -
YUV 65.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 21 84 86 0.76 0.02 0 0.66 181.85 0.61 0.21
Hex 15 54 56 4C 2 0 42 B6 3D 15
Octal 25 124 126 114 2 0 102 266 75 25
Binary 10101 1010100 1010110 1001100 10 0 1000010 10110110 111101 10101

Color Harmonies of #155456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155456

Black with #155456

Text Example


Text Example

White with #155456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155456; }

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

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

background-color css

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

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

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

border-color css

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

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

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