#255A77

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

Shades of Orient #255A77

Tints of Orient #255A77

Color information

#255A77 (or 0x255A77) is unknown color: approx Orient. HEX triplet: 25, 5A and 77. RGB value is (37,90,119). Sum of RGB (Red+Green+Blue) = 37+90+119=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #255A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A77 is #DAA588. Grayscale: #4D4D4D. Windows color (decimal): -14329225 or 7821861. OLE color: 7821861.

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

Color convert

RGB3790119-
CMYK0.690.2400.53
HSL201.22º52.56%30.59%-
HSV(B)201.22º68.91%46.67%-
XYZ7.759.0418.79-
YUV77.46151.4499.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 90 (35.55% from 255) = 36.59%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=15.04%
G=36.59%
B=48.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37901190.690.2400.53201.2252.5630.59
Hex255A774518035c9351f
Octal45132167105300653116537
Binary1001011011010111011110001011100001101011100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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