#005872

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

Shades of Blue Lagoon #005872

Tints of Blue Lagoon #005872

Color information

#005872 (or 0x005872) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 72. RGB value is (0,88,114). Sum of RGB (Red+Green+Blue) = 0+88+114=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #005872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005872 is #FFA78D. Grayscale: #404040. Windows color (decimal): -16754574 or 7493632. OLE color: 7493632.

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

Color convert

RGB088114-
CMYK10.2300.55
HSL193.68º100%22.35%-
HSV(B)193.68º100%44.71%-
XYZ6.538.1917.16-
YUV64.65155.8581.89-

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.56%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=0%
G=43.56%
B=56.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08811410.2300.55193.6810022.35
Hex058726417037c26416
Octal01301621442706730214426
Binary010110001110010110010010111011011111000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005872; }

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

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

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

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

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

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

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

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