Html Css Color HEX #085D75 Blue Lagoon

📋 copy color: '#085D75'

red 8 ◦ green 93 ◦ blue 117

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

Shades of Blue Lagoon #085D75

Tints of Blue Lagoon #085D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 3.67%
G = 42.66%
B = 53.67%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085D75 (or 0x085D75) is known color: Blue Lagoon. HEX triplet: 08, 5D and 75. RGB value is (8,93,117). Sum of RGB (Red+Green+Blue) = 8+93+117=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #085D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D75 is #F7A28A. Grayscale: #464646. Windows color (decimal): -16229003 or 7691528. OLE color: 7691528.

HSL color Cylindrical-coordinate representation of color #085D75: hue angle of 193.21º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D75 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 93 117 -
CMYK 0.93 0.21 0 0.54
HSL 193.21º 0.87% 0.25% -
HSV(B) 193.21º 0.93% 0.46% -
XYZ 7.23 9.16 18.22 -
YUV 70.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 8 93 117 0.93 0.21 0 0.54 193.21 0.87 0.25
Hex 8 5D 75 5D 15 0 36 C1 57 19
Octal 10 135 165 135 25 0 66 301 127 31
Binary 1000 1011101 1110101 1011101 10101 0 110110 11000001 1010111 11001

Color Harmonies of #085D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D75

Black with #085D75

Text Example


Text Example

White with #085D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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