Html Css Color HEX #15585E Blue Stone

📋 copy color: '#15585E'

red 21 ◦ green 88 ◦ blue 94

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

Shades of Blue Stone #15585E

Tints of Blue Stone #15585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 10.34%
G = 43.35%
B = 46.31%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15585E (or 0x15585E) is known color: Blue Stone. HEX triplet: 15, 58 and 5E. RGB value is (21,88,94). Sum of RGB (Red+Green+Blue) = 21+88+94=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #15585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15585E is #EAA7A1. Grayscale: #444444. Windows color (decimal): -15378338 or 6182933. OLE color: 6182933.

HSL color Cylindrical-coordinate representation of color #15585E: hue angle of 184.93º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15585E is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 88 94 -
CMYK 0.78 0.06 0 0.63
HSL 184.93º 0.63% 0.23% -
HSV(B) 184.93º 0.78% 0.37% -
XYZ 5.82 7.95 11.82 -
YUV 68.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 21 88 94 0.78 0.06 0 0.63 184.93 0.63 0.23
Hex 15 58 5E 4E 6 0 3F B9 3F 17
Octal 25 130 136 116 6 0 77 271 77 27
Binary 10101 1011000 1011110 1001110 110 0 111111 10111001 111111 10111

Color Harmonies of #15585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15585E

Black with #15585E

Text Example


Text Example

White with #15585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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