Html Css Color HEX #155858 Blue Stone

📋 copy color: '#155858'

red 21 ◦ green 88 ◦ blue 88

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

Shades of Blue Stone #155858

Tints of Blue Stone #155858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

 BLUE value IS 88 (34.77% from 255) = 44.67%

R = 10.66%
G = 44.67%
B = 44.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155858 (or 0x155858) is known color: Blue Stone. HEX triplet: 15, 58 and 58. RGB value is (21,88,88). Sum of RGB (Red+Green+Blue) = 21+88+88=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #155858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155858 is #EAA7A7. Grayscale: #434343. Windows color (decimal): -15378344 or 5789717. OLE color: 5789717.

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

Color convert

RGB 21 88 88 -
CMYK 0.76 0 0 0.65
HSL 180º 0.61% 0.21% -
HSV(B) 180º 0.76% 0.35% -
XYZ 5.56 7.84 10.45 -
YUV 67.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 21 88 88 0.76 0 0 0.65 180 0.61 0.21
Hex 15 58 58 4C 0 0 41 B4 3D 15
Octal 25 130 130 114 0 0 101 264 75 25
Binary 10101 1011000 1011000 1001100 0 0 1000001 10110100 111101 10101

Color Harmonies of #155858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155858

Black with #155858

Text Example


Text Example

White with #155858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155858; }

 p { color: rgb(21,88,88); }

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

background-color css

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

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

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

border-color css

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

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

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