#255D73

Color #255D73 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #255D73

Tints of Orient #255D73

Color information

#255D73 (or 0x255D73) is unknown color: approx Orient. HEX triplet: 25, 5D and 73. RGB value is (37,93,115). Sum of RGB (Red+Green+Blue) = 37+93+115=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #255D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D73 is #DAA28C. Grayscale: #4E4E4E. Windows color (decimal): -14328461 or 7560485. OLE color: 7560485.

HSL color Cylindrical-coordinate representation of color #255D73: hue angle of 196.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255D73 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3793115-
CMYK0.680.1900.55
HSL196.92º51.32%29.8%-
HSV(B)196.92º67.83%45.1%-
XYZ7.779.4617.64-
YUV78.76148.4598.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=15.10%
G=37.96%
B=46.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37931150.680.1900.55196.9251.3229.8
Hex255D734413037c5331e
Octal45135163104230673056336
Binary1001011011101111001110001001001101101111100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255D73; }

 p { color: rgb(37,93,115); }

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

<style>
 a { background-color: #255D73; }

 a { background-color: rgb(37,93,115); }

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

<style>
 span { border-color: #255D73; }

 span { border-color: rgb(37,93,115); }

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