#255F6F

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

Shades of Orient #255F6F

Tints of Orient #255F6F

Color information

#255F6F (or 0x255F6F) is unknown color: approx Orient. HEX triplet: 25, 5F and 6F. RGB value is (37,95,111). Sum of RGB (Red+Green+Blue) = 37+95+111=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #255F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F6F is #DAA090. Grayscale: #4F4F4F. Windows color (decimal): -14327953 or 7298853. OLE color: 7298853.

HSL color Cylindrical-coordinate representation of color #255F6F: hue angle of 192.97º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255F6F is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3795111-
CMYK0.670.1400.56
HSL192.97º50%29.02%-
HSV(B)192.97º66.67%43.53%-
XYZ7.729.7316.51-
YUV79.48145.7897.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=15.23%
G=39.09%
B=45.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37951110.670.1400.56192.975029.02
Hex255F6F43E038c1321d
Octal45137157103160703016235
Binary100101101111111011111000011111001110001100000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,95,111); }

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

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

 a { background-color: rgb(37,95,111); }

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

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

 span { border-color: rgb(37,95,111); }

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