#005467

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

Shades of Blue Lagoon #005467

Tints of Blue Lagoon #005467

Color information

#005467 (or 0x005467) is unknown color: approx Blue Lagoon. HEX triplet: 00, 54 and 67. RGB value is (0,84,103). Sum of RGB (Red+Green+Blue) = 0+84+103=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #005467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005467 is #FFAB98. Grayscale: #3C3C3C. Windows color (decimal): -16755609 or 6771712. OLE color: 6771712.

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

Color convert

RGB084103-
CMYK10.1800.60
HSL191.07º100%20.2%-
HSV(B)191.07º100%40.39%-
XYZ5.627.3213.95-
YUV61.05151.6784.46-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal08410310.1800.60191.0710020.2
Hex05467641203Cbf6414
Octal01241471442207427714424
Binary010101001100111110010010010011110010111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005467; }

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

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

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

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

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

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

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

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