#255879

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

Shades of Orient #255879

Tints of Orient #255879

Color information

#255879 (or 0x255879) is unknown color: approx Orient. HEX triplet: 25, 58 and 79. RGB value is (37,88,121). Sum of RGB (Red+Green+Blue) = 37+88+121=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #255879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255879 is #DAA786. Grayscale: #4C4C4C. Windows color (decimal): -14329735 or 7952421. OLE color: 7952421.

HSL color Cylindrical-coordinate representation of color #255879: hue angle of 203.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255879 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3788121-
CMYK0.690.2700.53
HSL203.57º53.16%30.98%-
HSV(B)203.57º69.42%47.45%-
XYZ7.78.7519.37-
YUV76.51153.199.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=15.04%
G=35.77%
B=49.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37881210.690.2700.53203.5753.1630.98
Hex255879451B035cc351f
Octal45130171105330653146537
Binary1001011011000111100110001011101101101011100110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255879; }

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

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

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

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

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

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

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

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