#185577

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

Shades of Orient #185577

Tints of Orient #185577

Color information

#185577 (or 0x185577) is unknown color: approx Orient. HEX triplet: 18, 55 and 77. RGB value is (24,85,119). Sum of RGB (Red+Green+Blue) = 24+85+119=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #185577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185577 is #E7AA88. Grayscale: #464646. Windows color (decimal): -15182473 or 7820568. OLE color: 7820568.

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

Color convert

RGB2485119-
CMYK0.800.2900.53
HSL201.47º66.43%28.04%-
HSV(B)201.47º79.83%46.67%-
XYZ6.958.0218.63-
YUV70.64155.2994.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=10.53%
G=37.28%
B=52.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24851190.800.2900.53201.4766.4328.04
Hex185577501D035c9421c
Octal301251671203506531110234
Binary1100010101011110111101000011101011010111001001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185577; }

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

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

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

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

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

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

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

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