#255677

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

Shades of Orient #255677

Tints of Orient #255677

Color information

#255677 (or 0x255677) is unknown color: approx Orient. HEX triplet: 25, 56 and 77. RGB value is (37,86,119). Sum of RGB (Red+Green+Blue) = 37+86+119=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #255677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255677 is #DAA988. Grayscale: #4A4A4A. Windows color (decimal): -14330249 or 7820837. OLE color: 7820837.

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

Color convert

RGB3786119-
CMYK0.690.2800.53
HSL204.15º52.56%30.59%-
HSV(B)204.15º68.91%46.67%-
XYZ7.428.3818.68-
YUV75.11152.77100.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=15.29%
G=35.54%
B=49.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37861190.690.2800.53204.1552.5630.59
Hex255677451C035cc351f
Octal45126167105340653146537
Binary1001011010110111011110001011110001101011100110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255677; }

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

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

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

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

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

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

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

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