#255B76

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

Shades of Orient #255B76

Tints of Orient #255B76

Color information

#255B76 (or 0x255B76) is unknown color: approx Orient. HEX triplet: 25, 5B and 76. RGB value is (37,91,118). Sum of RGB (Red+Green+Blue) = 37+91+118=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #255B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B76 is #DAA489. Grayscale: #4D4D4D. Windows color (decimal): -14328970 or 7756581. OLE color: 7756581.

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

Color convert

RGB3791118-
CMYK0.690.2300.54
HSL200º52.26%30.39%-
HSV(B)200º68.64%46.27%-
XYZ7.779.1818.5-
YUV77.93150.6198.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=15.04%
G=36.99%
B=47.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37911180.690.2300.5420052.2630.39
Hex255B764517036c8341e
Octal45133166105270663106436
Binary1001011011011111011010001011011101101101100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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