#185576

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

Shades of Orient #185576

Tints of Orient #185576

Color information

#185576 (or 0x185576) is unknown color: approx Orient. HEX triplet: 18, 55 and 76. RGB value is (24,85,118). Sum of RGB (Red+Green+Blue) = 24+85+118=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #185576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185576 is #E7AA89. Grayscale: #464646. Windows color (decimal): -15182474 or 7755032. OLE color: 7755032.

HSL color Cylindrical-coordinate representation of color #185576: hue angle of 201.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185576 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2485118-
CMYK0.800.2800.54
HSL201.06º66.2%27.84%-
HSV(B)201.06º79.66%46.27%-
XYZ6.9818.32-
YUV70.52154.7994.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=10.57%
G=37.44%
B=51.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24851180.800.2800.54201.0666.227.84
Hex185576501C036c9421c
Octal301251661203406631110234
Binary1100010101011110110101000011100011011011001001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185576; }

 p { color: rgb(24,85,118); }

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

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

 a { background-color: rgb(24,85,118); }

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

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

 span { border-color: rgb(24,85,118); }

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