Shades of Blue Stone #265D5C
Tints of Blue Stone #265D5C
RGB
CMYK
RGB Variations
Color information
#265D5C (or 0x265D5C) is known color: Blue Stone. HEX triplet: 26, 5D and 5C. RGB value is (38,93,92). Sum of RGB (Red+Green+Blue) = 38+93+92=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #265D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D5C is #D9A2A3. Grayscale: #4C4C4C. Windows color (decimal): -14262948 or 6053158. OLE color: 6053158.
HSL color Cylindrical-coordinate representation of color #265D5C: hue angle of 178.91º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D5C is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 92 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.64 |
| HSL | 178.91º | 0.42% | 0.26% | - |
| HSV(B) | 178.91º | 0.59% | 0.36% | - |
| XYZ | 6.65 | 9.01 | 11.51 | - |
| YUV | 76.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 92 | 0.59 | 0 | 0.01 | 0.64 | 178.91 | 0.42 | 0.26 |
| Hex | 26 | 5D | 5C | 3B | 0 | 1 | 40 | B3 | 2A | 1A |
| Octal | 46 | 135 | 134 | 73 | 0 | 1 | 100 | 263 | 52 | 32 |
| Binary | 100110 | 1011101 | 1011100 | 111011 | 0 | 1 | 1000000 | 10110011 | 101010 | 11010 |
Color Harmonies of #265D5C
Complementary color
Monochromatic Colors of #265D5C
Black with #265D5C
Text Example
Text Example
White with #265D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D5C; }
p { color: rgb(38,93,92); }
H1.HeaderClassName
{
color: #265D5C;
}
.AnyTagClassName
{
color: #265D5C;
}
</style>
background-color css
<style>
a { background-color: #265D5C; }
a { background-color: rgb(38,93,92); }
div.DivClassName
{
background-color: #265D5C;
}
.BgClassName
{
background-color: #265D5C;
}
</style>
border-color css
<style>
span { border-color: #265D5C; }
span { border-color: rgb(38,93,92); }
td.TdClassName
{
border-color: #265D5C;
}
.TagClassName
{
border-color: #265D5C;
}
</style>