#255A79

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

Shades of Orient #255A79

Tints of Orient #255A79

Color information

#255A79 (or 0x255A79) is unknown color: approx Orient. HEX triplet: 25, 5A and 79. RGB value is (37,90,121). Sum of RGB (Red+Green+Blue) = 37+90+121=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #255A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A79 is #DAA586. Grayscale: #4D4D4D. Windows color (decimal): -14329223 or 7952933. OLE color: 7952933.

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

Color convert

RGB3790121-
CMYK0.690.2600.53
HSL202.14º53.16%30.98%-
HSV(B)202.14º69.42%47.45%-
XYZ7.879.0919.43-
YUV77.69152.4498.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=14.92%
G=36.29%
B=48.79%

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
Decimal37901210.690.2600.53202.1453.1630.98
Hex255A79451A035ca351f
Octal45132171105320653126537
Binary1001011011010111100110001011101001101011100101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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