Html Css Color HEX #155659 Blue Stone

📋 copy color: '#155659'

red 21 ◦ green 86 ◦ blue 89

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

Shades of Blue Stone #155659

Tints of Blue Stone #155659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 10.71%
G = 43.88%
B = 45.41%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155659 (or 0x155659) is known color: Blue Stone. HEX triplet: 15, 56 and 59. RGB value is (21,86,89). Sum of RGB (Red+Green+Blue) = 21+86+89=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #155659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155659 is #EAA9A6. Grayscale: #424242. Windows color (decimal): -15378855 or 5854741. OLE color: 5854741.

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

Color convert

RGB 21 86 89 -
CMYK 0.76 0.03 0 0.65
HSL 182.65º 0.62% 0.22% -
HSV(B) 182.65º 0.76% 0.35% -
XYZ 5.44 7.54 10.62 -
YUV 66.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 21 86 89 0.76 0.03 0 0.65 182.65 0.62 0.22
Hex 15 56 59 4C 3 0 41 B7 3E 16
Octal 25 126 131 114 3 0 101 267 76 26
Binary 10101 1010110 1011001 1001100 11 0 1000001 10110111 111110 10110

Color Harmonies of #155659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155659

Black with #155659

Text Example


Text Example

White with #155659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155659; }

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

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

background-color css

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

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

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

border-color css

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

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

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