Html Css Color HEX #15615A Blue Stone

📋 copy color: '#15615A'

red 21 ◦ green 97 ◦ blue 90

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

Shades of Blue Stone #15615A

Tints of Blue Stone #15615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

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

R = 10.1%
G = 46.63%
B = 43.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#15615A (or 0x15615A) is known color: Blue Stone. HEX triplet: 15, 61 and 5A. RGB value is (21,97,90). Sum of RGB (Red+Green+Blue) = 21+97+90=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #15615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15615A is #EA9EA5. Grayscale: #494949. Windows color (decimal): -15376038 or 5923093. OLE color: 5923093.

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

Color convert

RGB 21 97 90 -
CMYK 0.78 0 0.07 0.62
HSL 174.47º 0.64% 0.23% -
HSV(B) 174.47º 0.78% 0.38% -
XYZ 6.43 9.45 11.16 -
YUV 73.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 21 97 90 0.78 0 0.07 0.62 174.47 0.64 0.23
Hex 15 61 5A 4E 0 7 3E AE 40 17
Octal 25 141 132 116 0 7 76 256 100 27
Binary 10101 1100001 1011010 1001110 0 111 111110 10101110 1000000 10111

Color Harmonies of #15615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15615A

Black with #15615A

Text Example


Text Example

White with #15615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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