#255575

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

Shades of Orient #255575

Tints of Orient #255575

Color information

#255575 (or 0x255575) is unknown color: approx Orient. HEX triplet: 25, 55 and 75. RGB value is (37,85,117). Sum of RGB (Red+Green+Blue) = 37+85+117=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #255575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255575 is #DAAA8A. Grayscale: #4A4A4A. Windows color (decimal): -14330507 or 7689509. OLE color: 7689509.

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

Color convert

RGB3785117-
CMYK0.680.2700.54
HSL204º51.95%30.2%-
HSV(B)204º68.38%45.88%-
XYZ7.228.1718.03-
YUV74.3152.1101.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=15.48%
G=35.56%
B=48.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37851170.680.2700.5420451.9530.2
Hex255575441B036cc341e
Octal45125165104330663146436
Binary1001011010101111010110001001101101101101100110011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255575; }

 p { color: rgb(37,85,117); }

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

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

 a { background-color: rgb(37,85,117); }

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

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

 span { border-color: rgb(37,85,117); }

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