Html Css Color HEX #15535E Blue Stone

📋 copy color: '#15535E'

red 21 ◦ green 83 ◦ blue 94

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

Shades of Blue Stone #15535E

Tints of Blue Stone #15535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 10.61%
G = 41.92%
B = 47.47%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15535E (or 0x15535E) is known color: Blue Stone. HEX triplet: 15, 53 and 5E. RGB value is (21,83,94). Sum of RGB (Red+Green+Blue) = 21+83+94=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #15535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535E is #EAACA1. Grayscale: #414141. Windows color (decimal): -15379618 or 6181653. OLE color: 6181653.

HSL color Cylindrical-coordinate representation of color #15535E: hue angle of 189.04º 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 #15535E is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 83 94 -
CMYK 0.78 0.12 0 0.63
HSL 189.04º 0.63% 0.23% -
HSV(B) 189.04º 0.78% 0.37% -
XYZ 5.42 7.15 11.68 -
YUV 65.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 21 83 94 0.78 0.12 0 0.63 189.04 0.63 0.23
Hex 15 53 5E 4E C 0 3F BD 3F 17
Octal 25 123 136 116 14 0 77 275 77 27
Binary 10101 1010011 1011110 1001110 1100 0 111111 10111101 111111 10111

Color Harmonies of #15535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15535E

Black with #15535E

Text Example


Text Example

White with #15535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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