#15535C

Color #15535C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #15535C

Tints of Blue Stone #15535C

Color information

#15535C (or 0x15535C) is unknown color: approx Blue Stone. HEX triplet: 15, 53 and 5C. RGB value is (21,83,92). Sum of RGB (Red+Green+Blue) = 21+83+92=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #15535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535C is #EAACA3. Grayscale: #414141. Windows color (decimal): -15379620 or 6050581. OLE color: 6050581.

HSL color Cylindrical-coordinate representation of color #15535C: hue angle of 187.61º 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 #15535C is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB218392-
CMYK0.770.1000.64
HSL187.61º62.83%22.16%-
HSV(B)187.61º77.17%36.08%-
XYZ5.337.1211.22-
YUV65.49142.9696.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=10.71%
G=42.35%
B=46.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2183920.770.1000.64187.6162.8322.16
Hex15535C4DA040bc3f16
Octal251231341151201002747726
Binary101011010011101110010011011010010000001011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #15535C;
 }
 .AnyTagClassName
 {
   color: #15535C;
 }
</style>
background-color css

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

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

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

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

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

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