Html Css Color HEX #085565 Blue Lagoon

📋 copy color: '#085565'

red 8 ◦ green 85 ◦ blue 101

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

Shades of Blue Lagoon #085565

Tints of Blue Lagoon #085565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

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

R = 4.12%
G = 43.81%
B = 52.06%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085565 (or 0x085565) is known color: Blue Lagoon. HEX triplet: 08, 55 and 65. RGB value is (8,85,101). Sum of RGB (Red+Green+Blue) = 8+85+101=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #085565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085565 is #F7AA9A. Grayscale: #3F3F3F. Windows color (decimal): -16231067 or 6640904. OLE color: 6640904.

HSL color Cylindrical-coordinate representation of color #085565: hue angle of 190.32º 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 #085565 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 85 101 -
CMYK 0.92 0.16 0 0.60
HSL 190.32º 0.85% 0.21% -
HSV(B) 190.32º 0.92% 0.4% -
XYZ 5.7 7.49 13.46 -
YUV 63.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 8 85 101 0.92 0.16 0 0.60 190.32 0.85 0.21
Hex 8 55 65 5C 10 0 3C BE 55 15
Octal 10 125 145 134 20 0 74 276 125 25
Binary 1000 1010101 1100101 1011100 10000 0 111100 10111110 1010101 10101

Color Harmonies of #085565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085565

Black with #085565

Text Example


Text Example

White with #085565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085565; }

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

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

background-color css

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

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

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

border-color css

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

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

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