#255877

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

Shades of Orient #255877

Tints of Orient #255877

Color information

#255877 (or 0x255877) is unknown color: approx Orient. HEX triplet: 25, 58 and 77. RGB value is (37,88,119). Sum of RGB (Red+Green+Blue) = 37+88+119=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #255877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255877 is #DAA788. Grayscale: #4C4C4C. Windows color (decimal): -14329737 or 7821349. OLE color: 7821349.

HSL color Cylindrical-coordinate representation of color #255877: hue angle of 202.68º 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 #255877 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3788119-
CMYK0.690.2600.53
HSL202.68º52.56%30.59%-
HSV(B)202.68º68.91%46.67%-
XYZ7.588.718.73-
YUV76.28152.199.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=15.16%
G=36.07%
B=48.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37881190.690.2600.53202.6852.5630.59
Hex255877451A035cb351f
Octal45130167105320653136537
Binary1001011011000111011110001011101001101011100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255877; }

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

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

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

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

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

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

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

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