#005667

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

Shades of Blue Lagoon #005667

Tints of Blue Lagoon #005667

Color information

#005667 (or 0x005667) is unknown color: approx Blue Lagoon. HEX triplet: 00, 56 and 67. RGB value is (0,86,103). Sum of RGB (Red+Green+Blue) = 0+86+103=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #005667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005667 is #FFA998. Grayscale: #3E3E3E. Windows color (decimal): -16755097 or 6772224. OLE color: 6772224.

HSL color Cylindrical-coordinate representation of color #005667: hue angle of 189.9º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005667 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB086103-
CMYK10.1700.60
HSL189.9º100%20.2%-
HSV(B)189.9º100%40.39%-
XYZ5.787.6314-
YUV62.22151.0183.62-

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) = 45.50%
BLUE value IS 103 (40.62% from 255) = 54.50%
R=0%
G=45.50%
B=54.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal08610310.1700.60189.910020.2
Hex05667641103Cbe6414
Octal01261471442107427614424
Binary010101101100111110010010001011110010111110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005667; }

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

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

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

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

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

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

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

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