Html Css Color HEX #085C41 Jewel

📋 copy color: '#085C41'

red 8 ◦ green 92 ◦ blue 65

#085C41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #085C41

Tints of Jewel #085C41

RGB

 RED value IS 8 (3.52% from 255) = 4.85%

 GREEN value IS 92 (36.33% from 255) = 55.76%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 4.85%
G = 55.76%
B = 39.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#085C41 (or 0x085C41) is known color: Jewel. HEX triplet: 08, 5C and 41. RGB value is (8,92,65). Sum of RGB (Red+Green+Blue) = 8+92+65=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #085C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C41 is #F7A3BE. Grayscale: #3F3F3F. Windows color (decimal): -16229311 or 4283400. OLE color: 4283400.

HSL color Cylindrical-coordinate representation of color #085C41: hue angle of 160.71º 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 #085C41 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 65 -
CMYK 0.91 0 0.29 0.64
HSL 160.71º 0.84% 0.2% -
HSV(B) 160.71º 0.91% 0.36% -
XYZ 4.88 8.09 6.3 -
YUV 63.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 8 92 65 0.91 0 0.29 0.64 160.71 0.84 0.2
Hex 8 5C 41 5B 0 1D 40 A1 54 14
Octal 10 134 101 133 0 35 100 241 124 24
Binary 1000 1011100 1000001 1011011 0 11101 1000000 10100001 1010100 10100

Color Harmonies of #085C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C41

Black with #085C41

Text Example


Text Example

White with #085C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #085C41;
 }
 .AnyTagClassName
 {
   color: #085C41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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