#085B43

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

Shades of Jewel #085B43

Tints of Jewel #085B43

Color information

#085B43 (or 0x085B43) is unknown color: approx Jewel. HEX triplet: 08, 5B and 43. RGB value is (8,91,67). Sum of RGB (Red+Green+Blue) = 8+91+67=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #085B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B43 is #F7A4BC. Grayscale: #3F3F3F. Windows color (decimal): -16229565 or 4414216. OLE color: 4414216.

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

Color convert

RGB89167-
CMYK0.9100.260.64
HSL162.65º83.84%19.41%-
HSV(B)162.65º91.21%35.69%-
XYZ4.857.946.59-
YUV63.4513088.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 91 (35.94% from 255) = 54.82%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=4.82%
G=54.82%
B=40.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891670.9100.260.64162.6583.8419.41
Hex85B435B01A40a35413
Octal1013310313303210024312423
Binary1000101101110000111011011011010100000010100011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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