#005E85

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

Shades of Blue Lagoon #005E85

Tints of Blue Lagoon #005E85

Color information

#005E85 (or 0x005E85) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 85. RGB value is (0,94,133). Sum of RGB (Red+Green+Blue) = 0+94+133=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #005E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E85 is #FFA17A. Grayscale: #464646. Windows color (decimal): -16753019 or 8740352. OLE color: 8740352.

HSL color Cylindrical-coordinate representation of color #005E85: hue angle of 197.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E85 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB094133-
CMYK10.2900.48
HSL197.59º100%26.08%-
HSV(B)197.59º100%52.16%-
XYZ8.249.723.63-
YUV70.34163.3677.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=0%
G=41.41%
B=58.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal09413310.2900.48197.5910026.08
Hex05E85641D030c6641a
Octal01362051443506030614432
Binary0101111010000101110010011101011000011000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E85; }

 p { color: rgb(0,94,133); }

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

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

 a { background-color: rgb(0,94,133); }

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

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

 span { border-color: rgb(0,94,133); }

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