#255B73

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

Shades of Orient #255B73

Tints of Orient #255B73

Color information

#255B73 (or 0x255B73) is unknown color: approx Orient. HEX triplet: 25, 5B and 73. RGB value is (37,91,115). Sum of RGB (Red+Green+Blue) = 37+91+115=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #255B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B73 is #DAA48C. Grayscale: #4D4D4D. Windows color (decimal): -14328973 or 7559973. OLE color: 7559973.

HSL color Cylindrical-coordinate representation of color #255B73: hue angle of 198.46º 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 #255B73 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3791115-
CMYK0.680.2100.55
HSL198.46º51.32%29.8%-
HSV(B)198.46º67.83%45.1%-
XYZ7.69.1117.58-
YUV77.59149.1199.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=15.23%
G=37.45%
B=47.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37911150.680.2100.55198.4651.3229.8
Hex255B734415037c6331e
Octal45133163104250673066336
Binary1001011011011111001110001001010101101111100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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