Html Css Color HEX #155258 Blue Stone

📋 copy color: '#155258'

red 21 ◦ green 82 ◦ blue 88

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

Shades of Blue Stone #155258

Tints of Blue Stone #155258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

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

R = 10.99%
G = 42.93%
B = 46.07%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155258 (or 0x155258) is known color: Blue Stone. HEX triplet: 15, 52 and 58. RGB value is (21,82,88). Sum of RGB (Red+Green+Blue) = 21+82+88=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #155258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155258 is #EAADA7. Grayscale: #404040. Windows color (decimal): -15379880 or 5788181. OLE color: 5788181.

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

Color convert

RGB 21 82 88 -
CMYK 0.76 0.07 0 0.65
HSL 185.37º 0.61% 0.21% -
HSV(B) 185.37º 0.76% 0.35% -
XYZ 5.09 6.9 10.3 -
YUV 64.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 21 82 88 0.76 0.07 0 0.65 185.37 0.61 0.21
Hex 15 52 58 4C 7 0 41 B9 3D 15
Octal 25 122 130 114 7 0 101 271 75 25
Binary 10101 1010010 1011000 1001100 111 0 1000001 10111001 111101 10101

Color Harmonies of #155258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155258

Black with #155258

Text Example


Text Example

White with #155258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155258; }

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

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

background-color css

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

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

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

border-color css

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

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

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