#255873

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

Shades of Orient #255873

Tints of Orient #255873

Color information

#255873 (or 0x255873) is unknown color: approx Orient. HEX triplet: 25, 58 and 73. RGB value is (37,88,115). Sum of RGB (Red+Green+Blue) = 37+88+115=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #255873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255873 is #DAA78C. Grayscale: #4B4B4B. Windows color (decimal): -14329741 or 7559205. OLE color: 7559205.

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

Color convert

RGB3788115-
CMYK0.680.2300.55
HSL200.77º51.32%29.8%-
HSV(B)200.77º67.83%45.1%-
XYZ7.358.6117.49-
YUV75.83150.1100.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=15.42%
G=36.67%
B=47.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37881150.680.2300.55200.7751.3229.8
Hex2558734417037c9331e
Octal45130163104270673116336
Binary1001011011000111001110001001011101101111100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255873; }

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

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

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

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

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

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

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

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