#056274

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

Shades of Blue Lagoon #056274

Tints of Blue Lagoon #056274

Color information

#056274 (or 0x056274) is unknown color: approx Blue Lagoon. HEX triplet: 05, 62 and 74. RGB value is (5,98,116). Sum of RGB (Red+Green+Blue) = 5+98+116=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #056274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056274 is #FA9D8B. Grayscale: #484848. Windows color (decimal): -16424332 or 7627269. OLE color: 7627269.

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

Color convert

RGB598116-
CMYK0.960.1600.55
HSL189.73º91.74%23.73%-
HSV(B)189.73º95.69%45.49%-
XYZ7.5810.0318.06-
YUV72.24152.6980.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=2.28%
G=44.75%
B=52.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5981160.960.1600.55189.7391.7423.73
Hex562746010037be5c18
Octal51421641402006727613430
Binary10111000101110100110000010000011011110111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056274; }

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

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

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

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

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

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

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

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