#255B78

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

Shades of Orient #255B78

Tints of Orient #255B78

Color information

#255B78 (or 0x255B78) is unknown color: approx Orient. HEX triplet: 25, 5B and 78. RGB value is (37,91,120). Sum of RGB (Red+Green+Blue) = 37+91+120=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #255B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B78 is #DAA487. Grayscale: #4D4D4D. Windows color (decimal): -14328968 or 7887653. OLE color: 7887653.

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

Color convert

RGB3791120-
CMYK0.690.2400.53
HSL200.96º52.87%30.78%-
HSV(B)200.96º69.17%47.06%-
XYZ7.899.2319.14-
YUV78.16151.6198.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=14.92%
G=36.69%
B=48.39%

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
Decimal37911200.690.2400.53200.9652.8730.78
Hex255B784518035c9351f
Octal45133170105300653116537
Binary1001011011011111100010001011100001101011100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,120); }

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

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

 a { background-color: rgb(37,91,120); }

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

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

 span { border-color: rgb(37,91,120); }

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