#255E6E

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

Shades of Orient #255E6E

Tints of Orient #255E6E

Color information

#255E6E (or 0x255E6E) is unknown color: approx Orient. HEX triplet: 25, 5E and 6E. RGB value is (37,94,110). Sum of RGB (Red+Green+Blue) = 37+94+110=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #255E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E6E is #DAA191. Grayscale: #4E4E4E. Windows color (decimal): -14328210 or 7233061. OLE color: 7233061.

HSL color Cylindrical-coordinate representation of color #255E6E: hue angle of 193.15º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #255E6E is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3794110-
CMYK0.660.1500.57
HSL193.15º49.66%28.82%-
HSV(B)193.15º66.36%43.14%-
XYZ7.589.5216.19-
YUV78.78145.6298.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.35%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=15.35%
G=39.00%
B=45.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37941100.660.1500.57193.1549.6628.82
Hex255E6E42F039c1321d
Octal45136156102170713016235
Binary100101101111011011101000010111101110011100000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,94,110); }

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

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

 a { background-color: rgb(37,94,110); }

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

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

 span { border-color: rgb(37,94,110); }

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