#00546B

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

Shades of Blue Lagoon #00546B

Tints of Blue Lagoon #00546B

Color information

#00546B (or 0x00546B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 54 and 6B. RGB value is (0,84,107). Sum of RGB (Red+Green+Blue) = 0+84+107=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #00546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00546B is #FFAB94. Grayscale: #3D3D3D. Windows color (decimal): -16755605 or 7033856. OLE color: 7033856.

HSL color Cylindrical-coordinate representation of color #00546B: hue angle of 192.9º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00546B is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB084107-
CMYK10.2100.58
HSL192.9º100%20.98%-
HSV(B)192.9º100%41.96%-
XYZ5.827.415.03-
YUV61.51153.6784.13-

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) = 43.98%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=0%
G=43.98%
B=56.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal08410710.2100.58192.910020.98
Hex0546B641503Ac16415
Octal01241531442507230114425
Binary010101001101011110010010101011101011000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00546B; }

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

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

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

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

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

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

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

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