#085A43

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

Shades of Jewel #085A43

Tints of Jewel #085A43

Color information

#085A43 (or 0x085A43) is unknown color: approx Jewel. HEX triplet: 08, 5A and 43. RGB value is (8,90,67). Sum of RGB (Red+Green+Blue) = 8+90+67=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #085A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A43 is #F7A5BC. Grayscale: #3E3E3E. Windows color (decimal): -16229821 or 4413960. OLE color: 4413960.

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

Color convert

RGB89067-
CMYK0.9100.260.65
HSL163.17º83.67%19.22%-
HSV(B)163.17º91.11%35.29%-
XYZ4.777.776.56-
YUV62.86130.3388.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=4.85%
G=54.55%
B=40.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890670.9100.260.65163.1783.6719.22
Hex85A435B01A41a35413
Octal1013210313303210124312423
Binary1000101101010000111011011011010100000110100011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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