Html Css Color HEX #15535D Blue Stone

📋 copy color: '#15535D'

red 21 ◦ green 83 ◦ blue 93

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

Shades of Blue Stone #15535D

Tints of Blue Stone #15535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 10.66%
G = 42.13%
B = 47.21%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15535D (or 0x15535D) is known color: Blue Stone. HEX triplet: 15, 53 and 5D. RGB value is (21,83,93). Sum of RGB (Red+Green+Blue) = 21+83+93=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #15535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535D is #EAACA2. Grayscale: #414141. Windows color (decimal): -15379619 or 6116117. OLE color: 6116117.

HSL color Cylindrical-coordinate representation of color #15535D: hue angle of 188.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15535D is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 83 93 -
CMYK 0.77 0.11 0 0.64
HSL 188.33º 0.63% 0.22% -
HSV(B) 188.33º 0.77% 0.36% -
XYZ 5.38 7.14 11.45 -
YUV 65.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 21 83 93 0.77 0.11 0 0.64 188.33 0.63 0.22
Hex 15 53 5D 4D B 0 40 BC 3F 16
Octal 25 123 135 115 13 0 100 274 77 26
Binary 10101 1010011 1011101 1001101 1011 0 1000000 10111100 111111 10110

Color Harmonies of #15535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15535D

Black with #15535D

Text Example


Text Example

White with #15535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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