Shades of Orient #255B7B
Tints of Orient #255B7B
RGB
CMYK
RGB Variations
Color information
#255B7B (or 0x255B7B) is known color: Orient. HEX triplet: 25, 5B and 7B. RGB value is (37,91,123). Sum of RGB (Red+Green+Blue) = 37+91+123=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #255B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B7B is #DAA484. Grayscale: #4E4E4E. Windows color (decimal): -14328965 or 8084261. OLE color: 8084261.
HSL color Cylindrical-coordinate representation of color #255B7B: hue angle of 202.33º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255B7B is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 91 | 123 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.52 |
| HSL | 202.33º | 0.54% | 0.31% | - |
| HSV(B) | 202.33º | 0.7% | 0.48% | - |
| XYZ | 8.08 | 9.31 | 20.11 | - |
| YUV | 78.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 123 | 0.70 | 0.26 | 0 | 0.52 | 202.33 | 0.54 | 0.31 |
| Hex | 25 | 5B | 7B | 46 | 1A | 0 | 34 | CA | 36 | 1F |
| Octal | 45 | 133 | 173 | 106 | 32 | 0 | 64 | 312 | 66 | 37 |
| Binary | 100101 | 1011011 | 1111011 | 1000110 | 11010 | 0 | 110100 | 11001010 | 110110 | 11111 |
Color Harmonies of #255B7B
Complementary color
Monochromatic Colors of #255B7B
Black with #255B7B
Text Example
Text Example
White with #255B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B7B; }
p { color: rgb(37,91,123); }
H1.HeaderClassName
{
color: #255B7B;
}
.AnyTagClassName
{
color: #255B7B;
}
</style>
background-color css
<style>
a { background-color: #255B7B; }
a { background-color: rgb(37,91,123); }
div.DivClassName
{
background-color: #255B7B;
}
.BgClassName
{
background-color: #255B7B;
}
</style>
border-color css
<style>
span { border-color: #255B7B; }
span { border-color: rgb(37,91,123); }
td.TdClassName
{
border-color: #255B7B;
}
.TagClassName
{
border-color: #255B7B;
}
</style>