#085C43

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

Shades of Jewel #085C43

Tints of Jewel #085C43

Color information

#085C43 (or 0x085C43) is unknown color: approx Jewel. HEX triplet: 08, 5C and 43. RGB value is (8,92,67). Sum of RGB (Red+Green+Blue) = 8+92+67=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #085C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C43 is #F7A3BC. Grayscale: #404040. Windows color (decimal): -16229309 or 4414472. OLE color: 4414472.

HSL color Cylindrical-coordinate representation of color #085C43: hue angle of 162.14º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C43 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB89267-
CMYK0.9100.270.64
HSL162.14º84%19.61%-
HSV(B)162.14º91.3%36.08%-
XYZ4.948.116.62-
YUV64.03129.6788.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.79%
GREEN value IS 92 (36.33% from 255) = 55.09%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=4.79%
G=55.09%
B=40.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal892670.9100.270.64162.148419.61
Hex85C435B01B40a25414
Octal1013410313303310024212424
Binary1000101110010000111011011011011100000010100010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C43; }

 p { color: rgb(8,92,67); }

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

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

 a { background-color: rgb(8,92,67); }

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

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

 span { border-color: rgb(8,92,67); }

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