Html Css Color HEX #15605E Blue Stone

📋 copy color: '#15605E'

red 21 ◦ green 96 ◦ blue 94

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

Shades of Blue Stone #15605E

Tints of Blue Stone #15605E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

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

R = 9.95%
G = 45.5%
B = 44.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#15605E (or 0x15605E) is known color: Blue Stone. HEX triplet: 15, 60 and 5E. RGB value is (21,96,94). Sum of RGB (Red+Green+Blue) = 21+96+94=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #15605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15605E is #EA9FA1. Grayscale: #494949. Windows color (decimal): -15376290 or 6184981. OLE color: 6184981.

HSL color Cylindrical-coordinate representation of color #15605E: hue angle of 178.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15605E is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 94 -
CMYK 0.78 0 0.02 0.62
HSL 178.4º 0.64% 0.23% -
HSV(B) 178.4º 0.78% 0.38% -
XYZ 6.51 9.33 12.05 -
YUV 73.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 21 96 94 0.78 0 0.02 0.62 178.4 0.64 0.23
Hex 15 60 5E 4E 0 2 3E B2 40 17
Octal 25 140 136 116 0 2 76 262 100 27
Binary 10101 1100000 1011110 1001110 0 10 111110 10110010 1000000 10111

Color Harmonies of #15605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15605E

Black with #15605E

Text Example


Text Example

White with #15605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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