Html Css Color HEX #15605A Blue Stone

📋 copy color: '#15605A'

red 21 ◦ green 96 ◦ blue 90

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

Shades of Blue Stone #15605A

Tints of Blue Stone #15605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 10.14%
G = 46.38%
B = 43.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#15605A (or 0x15605A) is known color: Blue Stone. HEX triplet: 15, 60 and 5A. RGB value is (21,96,90). Sum of RGB (Red+Green+Blue) = 21+96+90=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #15605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15605A is #EA9FA5. Grayscale: #484848. Windows color (decimal): -15376294 or 5922837. OLE color: 5922837.

HSL color Cylindrical-coordinate representation of color #15605A: hue angle of 175.2º 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 #15605A is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 90 -
CMYK 0.78 0 0.06 0.62
HSL 175.2º 0.64% 0.23% -
HSV(B) 175.2º 0.78% 0.38% -
XYZ 6.34 9.26 11.13 -
YUV 72.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 21 96 90 0.78 0 0.06 0.62 175.2 0.64 0.23
Hex 15 60 5A 4E 0 6 3E AF 40 17
Octal 25 140 132 116 0 6 76 257 100 27
Binary 10101 1100000 1011010 1001110 0 110 111110 10101111 1000000 10111

Color Harmonies of #15605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15605A

Black with #15605A

Text Example


Text Example

White with #15605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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