#00556E

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

Shades of Blue Lagoon #00556E

Tints of Blue Lagoon #00556E

Color information

#00556E (or 0x00556E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 55 and 6E. RGB value is (0,85,110). Sum of RGB (Red+Green+Blue) = 0+85+110=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #00556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00556E is #FFAA91. Grayscale: #3E3E3E. Windows color (decimal): -16755346 or 7230720. OLE color: 7230720.

HSL color Cylindrical-coordinate representation of color #00556E: hue angle of 193.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00556E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB085110-
CMYK10.2300.57
HSL193.64º100%21.57%-
HSV(B)193.64º100%43.14%-
XYZ6.067.6215.9-
YUV62.43154.8483.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=0%
G=43.59%
B=56.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal08511010.2300.57193.6410021.57
Hex0556E6417039c26416
Octal01251561442707130214426
Binary010101011101110110010010111011100111000010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00556E; }

 p { color: rgb(0,85,110); }

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

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

 a { background-color: rgb(0,85,110); }

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

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

 span { border-color: rgb(0,85,110); }

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