#255A76

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

Shades of Orient #255A76

Tints of Orient #255A76

Color information

#255A76 (or 0x255A76) is unknown color: approx Orient. HEX triplet: 25, 5A and 76. RGB value is (37,90,118). Sum of RGB (Red+Green+Blue) = 37+90+118=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #255A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A76 is #DAA589. Grayscale: #4D4D4D. Windows color (decimal): -14329226 or 7756325. OLE color: 7756325.

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

Color convert

RGB3790118-
CMYK0.690.2400.54
HSL200.74º52.26%30.39%-
HSV(B)200.74º68.64%46.27%-
XYZ7.699.0118.47-
YUV77.34150.9499.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=15.10%
G=36.73%
B=48.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37901180.690.2400.54200.7452.2630.39
Hex255A764518036c9341e
Octal45132166105300663116436
Binary1001011011010111011010001011100001101101100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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