#255D76

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

Shades of Orient #255D76

Tints of Orient #255D76

Color information

#255D76 (or 0x255D76) is unknown color: approx Orient. HEX triplet: 25, 5D and 76. RGB value is (37,93,118). Sum of RGB (Red+Green+Blue) = 37+93+118=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #255D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D76 is #DAA289. Grayscale: #4E4E4E. Windows color (decimal): -14328458 or 7757093. OLE color: 7757093.

HSL color Cylindrical-coordinate representation of color #255D76: hue angle of 198.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255D76 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3793118-
CMYK0.690.2100.54
HSL198.52º52.26%30.39%-
HSV(B)198.52º68.64%46.27%-
XYZ7.959.5318.56-
YUV79.11149.9597.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=14.92%
G=37.5%
B=47.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37931180.690.2100.54198.5252.2630.39
Hex255D764515036c7341e
Octal45135166105250663076436
Binary1001011011101111011010001011010101101101100011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,118); }

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

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

 a { background-color: rgb(37,93,118); }

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

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

 span { border-color: rgb(37,93,118); }

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