#005471

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

Shades of Blue Lagoon #005471

Tints of Blue Lagoon #005471

Color information

#005471 (or 0x005471) is unknown color: approx Blue Lagoon. HEX triplet: 00, 54 and 71. RGB value is (0,84,113). Sum of RGB (Red+Green+Blue) = 0+84+113=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #005471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005471 is #FFAB8E. Grayscale: #3D3D3D. Windows color (decimal): -16755599 or 7427072. OLE color: 7427072.

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

Color convert

RGB084113-
CMYK10.2600.56
HSL195.4º100%22.16%-
HSV(B)195.4º100%44.31%-
XYZ6.157.5316.75-
YUV62.19156.6783.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=0%
G=42.64%
B=57.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal08411310.2600.56195.410022.16
Hex05471641A038c36416
Octal01241611443207030314426
Binary010101001110001110010011010011100011000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005471; }

 p { color: rgb(0,84,113); }

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

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

 a { background-color: rgb(0,84,113); }

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

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

 span { border-color: rgb(0,84,113); }

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