#005873

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

Shades of Blue Lagoon #005873

Tints of Blue Lagoon #005873

Color information

#005873 (or 0x005873) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 73. RGB value is (0,88,115). Sum of RGB (Red+Green+Blue) = 0+88+115=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #005873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005873 is #FFA78C. Grayscale: #404040. Windows color (decimal): -16754573 or 7559168. OLE color: 7559168.

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

Color convert

RGB088115-
CMYK10.2300.55
HSL194.09º100%22.55%-
HSV(B)194.09º100%45.1%-
XYZ6.588.2217.46-
YUV64.77156.3581.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=0%
G=43.35%
B=56.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08811510.2300.55194.0910022.55
Hex058736417037c26417
Octal01301631442706730214427
Binary010110001110011110010010111011011111000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005873; }

 p { color: rgb(0,88,115); }

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

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

 a { background-color: rgb(0,88,115); }

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

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

 span { border-color: rgb(0,88,115); }

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