#15656C

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

Shades of Blue Stone #15656C

Tints of Blue Stone #15656C

Color information

#15656C (or 0x15656C) is unknown color: approx Blue Stone. HEX triplet: 15, 65 and 6C. RGB value is (21,101,108). Sum of RGB (Red+Green+Blue) = 21+101+108=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #15656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15656C is #EA9A93. Grayscale: #4D4D4D. Windows color (decimal): -15374996 or 7103765. OLE color: 7103765.

HSL color Cylindrical-coordinate representation of color #15656C: hue angle of 184.83º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15656C is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB21101108-
CMYK0.810.0600.58
HSL184.83º67.44%25.29%-
HSV(B)184.83º80.56%42.35%-
XYZ7.6710.5515.82-
YUV77.8814587.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=9.13%
G=43.91%
B=46.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211011080.810.0600.58184.8367.4425.29
Hex15656C51603Ab94319
Octal25145154121607227110331
Binary10101110010111011001010001110011101010111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,101,108); }

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

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

 a { background-color: rgb(21,101,108); }

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

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

 span { border-color: rgb(21,101,108); }

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