#005673

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

Shades of Blue Lagoon #005673

Tints of Blue Lagoon #005673

Color information

#005673 (or 0x005673) is unknown color: approx Blue Lagoon. HEX triplet: 00, 56 and 73. RGB value is (0,86,115). Sum of RGB (Red+Green+Blue) = 0+86+115=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #005673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005673 is #FFA98C. Grayscale: #3F3F3F. Windows color (decimal): -16755085 or 7558656. OLE color: 7558656.

HSL color Cylindrical-coordinate representation of color #005673: hue angle of 195.13º 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 #005673 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB086115-
CMYK10.2500.55
HSL195.13º100%22.55%-
HSV(B)195.13º100%45.1%-
XYZ6.427.8917.4-
YUV63.59157.0182.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=0%
G=42.79%
B=57.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08611510.2500.55195.1310022.55
Hex056736419037c36417
Octal01261631443106730314427
Binary010101101110011110010011001011011111000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005673; }

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

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

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

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

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

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

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

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