Html Css Color HEX #085D64 Blue Lagoon

📋 copy color: '#085D64'

red 8 ◦ green 93 ◦ blue 100

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

Shades of Blue Lagoon #085D64

Tints of Blue Lagoon #085D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.75%

R = 3.98%
G = 46.27%
B = 49.75%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085D64 (or 0x085D64) is known color: Blue Lagoon. HEX triplet: 08, 5D and 64. RGB value is (8,93,100). Sum of RGB (Red+Green+Blue) = 8+93+100=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #085D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D64 is #F7A29B. Grayscale: #444444. Windows color (decimal): -16229020 or 6577416. OLE color: 6577416.

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

Color convert

RGB 8 93 100 -
CMYK 0.92 0.07 0 0.61
HSL 184.57º 0.85% 0.21% -
HSV(B) 184.57º 0.92% 0.39% -
XYZ 6.31 8.8 13.42 -
YUV 68.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 8 93 100 0.92 0.07 0 0.61 184.57 0.85 0.21
Hex 8 5D 64 5C 7 0 3D B9 55 15
Octal 10 135 144 134 7 0 75 271 125 25
Binary 1000 1011101 1100100 1011100 111 0 111101 10111001 1010101 10101

Color Harmonies of #085D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D64

Black with #085D64

Text Example


Text Example

White with #085D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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