#085C7A

Color #085C7A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #085C7A

Tints of Blue Lagoon #085C7A

Color information

#085C7A (or 0x085C7A) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 7A. RGB value is (8,92,122). Sum of RGB (Red+Green+Blue) = 8+92+122=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #085C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C7A is #F7A385. Grayscale: #464646. Windows color (decimal): -16229254 or 8018952. OLE color: 8018952.

HSL color Cylindrical-coordinate representation of color #085C7A: hue angle of 195.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085C7A is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB892122-
CMYK0.930.2500.52
HSL195.79º87.69%25.49%-
HSV(B)195.79º93.44%47.84%-
XYZ7.449.1119.78-
YUV70.3157.1783.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=3.60%
G=41.44%
B=54.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8921220.930.2500.52195.7987.6925.49
Hex85C7A5D19034c45819
Octal101341721353106430413031
Binary100010111001111010101110111001011010011000100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #085C7A;
 }
 .AnyTagClassName
 {
   color: #085C7A;
 }
</style>
background-color css

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

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

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

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

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

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