Html Css Color HEX #15535A Blue Stone

📋 copy color: '#15535A'

red 21 ◦ green 83 ◦ blue 90

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

Shades of Blue Stone #15535A

Tints of Blue Stone #15535A

RGB

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

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

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

R = 10.82%
G = 42.78%
B = 46.39%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15535A (or 0x15535A) is known color: Blue Stone. HEX triplet: 15, 53 and 5A. RGB value is (21,83,90). Sum of RGB (Red+Green+Blue) = 21+83+90=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #15535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535A is #EAACA5. Grayscale: #414141. Windows color (decimal): -15379622 or 5919509. OLE color: 5919509.

HSL color Cylindrical-coordinate representation of color #15535A: hue angle of 186.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15535A is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 83 90 -
CMYK 0.77 0.08 0 0.65
HSL 186.09º 0.62% 0.22% -
HSV(B) 186.09º 0.77% 0.35% -
XYZ 5.25 7.08 10.76 -
YUV 65.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 21 83 90 0.77 0.08 0 0.65 186.09 0.62 0.22
Hex 15 53 5A 4D 8 0 41 BA 3E 16
Octal 25 123 132 115 10 0 101 272 76 26
Binary 10101 1010011 1011010 1001101 1000 0 1000001 10111010 111110 10110

Color Harmonies of #15535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15535A

Black with #15535A

Text Example


Text Example

White with #15535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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