Html Css Color HEX #085D65 Blue Lagoon

📋 copy color: '#085D65'

red 8 ◦ green 93 ◦ blue 101

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

Shades of Blue Lagoon #085D65

Tints of Blue Lagoon #085D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

 BLUE value IS 101 (39.84% from 255) = 50%

R = 3.96%
G = 46.04%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085D65 (or 0x085D65) is known color: Blue Lagoon. HEX triplet: 08, 5D and 65. RGB value is (8,93,101). Sum of RGB (Red+Green+Blue) = 8+93+101=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #085D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D65 is #F7A29A. Grayscale: #444444. Windows color (decimal): -16229019 or 6642952. OLE color: 6642952.

HSL color Cylindrical-coordinate representation of color #085D65: hue angle of 185.16º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085D65 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 93 101 -
CMYK 0.92 0.08 0 0.60
HSL 185.16º 0.85% 0.21% -
HSV(B) 185.16º 0.92% 0.4% -
XYZ 6.36 8.82 13.68 -
YUV 68.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 8 93 101 0.92 0.08 0 0.60 185.16 0.85 0.21
Hex 8 5D 65 5C 8 0 3C B9 55 15
Octal 10 135 145 134 10 0 74 271 125 25
Binary 1000 1011101 1100101 1011100 1000 0 111100 10111001 1010101 10101

Color Harmonies of #085D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D65

Black with #085D65

Text Example


Text Example

White with #085D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,93,101); }

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

background-color css

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

 a { background-color: rgb(8,93,101); }

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

border-color css

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

 span { border-color: rgb(8,93,101); }

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