#085572

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

Shades of Blue Lagoon #085572

Tints of Blue Lagoon #085572

Color information

#085572 (or 0x085572) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 72. RGB value is (8,85,114). Sum of RGB (Red+Green+Blue) = 8+85+114=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #085572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085572 is #F7AA8D. Grayscale: #414141. Windows color (decimal): -16231054 or 7492872. OLE color: 7492872.

HSL color Cylindrical-coordinate representation of color #085572: hue angle of 196.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085572 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB885114-
CMYK0.930.2500.55
HSL196.42º86.89%23.92%-
HSV(B)196.42º92.98%44.71%-
XYZ6.397.7617.08-
YUV65.28155.4987.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=3.86%
G=41.06%
B=55.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8851140.930.2500.55196.4286.8923.92
Hex855725D19037c45718
Octal101251621353106730412730
Binary100010101011110010101110111001011011111000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085572; }

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

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

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

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

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

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

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

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