#15665F

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

Shades of Blue Stone #15665F

Tints of Blue Stone #15665F

Color information

#15665F (or 0x15665F) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 5F. RGB value is (21,102,95). Sum of RGB (Red+Green+Blue) = 21+102+95=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #15665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15665F is #EA99A0. Grayscale: #4C4C4C. Windows color (decimal): -15374753 or 6252053. OLE color: 6252053.

HSL color Cylindrical-coordinate representation of color #15665F: hue angle of 174.81º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15665F is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB2110295-
CMYK0.7900.070.6
HSL174.81º65.85%24.12%-
HSV(B)174.81º79.41%40%-
XYZ7.1310.4912.48-
YUV76.98138.1688.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=9.63%
G=46.79%
B=43.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102950.7900.070.6174.8165.8524.12
Hex15665F4F073Caf4218
Octal25146137117077425710230
Binary10101110011010111111001111011111110010101111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15665F; }

 p { color: rgb(21,102,95); }

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

<style>
 a { background-color: #15665F; }

 a { background-color: rgb(21,102,95); }

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

<style>
 span { border-color: #15665F; }

 span { border-color: rgb(21,102,95); }

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