#056267

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

Shades of Blue Lagoon #056267

Tints of Blue Lagoon #056267

Color information

#056267 (or 0x056267) is unknown color: approx Blue Lagoon. HEX triplet: 05, 62 and 67. RGB value is (5,98,103). Sum of RGB (Red+Green+Blue) = 5+98+103=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #056267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056267 is #FA9D98. Grayscale: #464646. Windows color (decimal): -16424345 or 6775301. OLE color: 6775301.

HSL color Cylindrical-coordinate representation of color #056267: hue angle of 183.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056267 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB598103-
CMYK0.950.0500.60
HSL183.06º90.74%21.18%-
HSV(B)183.06º95.15%40.39%-
XYZ6.889.7514.35-
YUV70.76146.1981.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 103 (40.62% from 255) = 50%
R=2.43%
G=47.57%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5981030.950.0500.60183.0690.7421.18
Hex562675F503Cb75b15
Octal5142147137507426713325
Binary101110001011001111011111101011110010110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056267; }

 p { color: rgb(5,98,103); }

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

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

 a { background-color: rgb(5,98,103); }

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

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

 span { border-color: rgb(5,98,103); }

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