Html Css Color HEX #155559 Blue Stone

📋 copy color: '#155559'

red 21 ◦ green 85 ◦ blue 89

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

Shades of Blue Stone #155559

Tints of Blue Stone #155559

RGB

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

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

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

R = 10.77%
G = 43.59%
B = 45.64%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155559 (or 0x155559) is known color: Blue Stone. HEX triplet: 15, 55 and 59. RGB value is (21,85,89). Sum of RGB (Red+Green+Blue) = 21+85+89=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #155559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155559 is #EAAAA6. Grayscale: #424242. Windows color (decimal): -15379111 or 5854485. OLE color: 5854485.

HSL color Cylindrical-coordinate representation of color #155559: hue angle of 183.53º 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 #155559 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 85 89 -
CMYK 0.76 0.04 0 0.65
HSL 183.53º 0.62% 0.22% -
HSV(B) 183.53º 0.76% 0.35% -
XYZ 5.36 7.38 10.59 -
YUV 66.32 140.8 95.67 -
System Red Green Blue C M Y K H S L
Decimal 21 85 89 0.76 0.04 0 0.65 183.53 0.62 0.22
Hex 15 55 59 4C 4 0 41 B8 3E 16
Octal 25 125 131 114 4 0 101 270 76 26
Binary 10101 1010101 1011001 1001100 100 0 1000001 10111000 111110 10110

Color Harmonies of #155559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155559

Black with #155559

Text Example


Text Example

White with #155559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155559; }

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

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

background-color css

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

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

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

border-color css

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

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

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