Shades of Blue Dianne #365D56
Tints of Blue Dianne #365D56
RGB
CMYK
RGB Variations
Color information
#365D56 (or 0x365D56) is known color: Blue Dianne. HEX triplet: 36, 5D and 56. RGB value is (54,93,86). Sum of RGB (Red+Green+Blue) = 54+93+86=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #365D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D56 is #C9A2A9. Grayscale: #505050. Windows color (decimal): -13214378 or 5659958. OLE color: 5659958.
HSL color Cylindrical-coordinate representation of color #365D56: hue angle of 169.23º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D56 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 93 | 86 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.64 |
| HSL | 169.23º | 0.27% | 0.29% | - |
| HSV(B) | 169.23º | 0.42% | 0.36% | - |
| XYZ | 7.12 | 9.28 | 10.22 | - |
| YUV | 80.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 86 | 0.42 | 0 | 0.08 | 0.64 | 169.23 | 0.27 | 0.29 |
| Hex | 36 | 5D | 56 | 2A | 0 | 8 | 40 | A9 | 1B | 1D |
| Octal | 66 | 135 | 126 | 52 | 0 | 10 | 100 | 251 | 33 | 35 |
| Binary | 110110 | 1011101 | 1010110 | 101010 | 0 | 1000 | 1000000 | 10101001 | 11011 | 11101 |
Color Harmonies of #365D56
Complementary color
Monochromatic Colors of #365D56
Black with #365D56
Text Example
Text Example
White with #365D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D56; }
p { color: rgb(54,93,86); }
H1.HeaderClassName
{
color: #365D56;
}
.AnyTagClassName
{
color: #365D56;
}
</style>
background-color css
<style>
a { background-color: #365D56; }
a { background-color: rgb(54,93,86); }
div.DivClassName
{
background-color: #365D56;
}
.BgClassName
{
background-color: #365D56;
}
</style>
border-color css
<style>
span { border-color: #365D56; }
span { border-color: rgb(54,93,86); }
td.TdClassName
{
border-color: #365D56;
}
.TagClassName
{
border-color: #365D56;
}
</style>