#00567A

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

Shades of Blue Lagoon #00567A

Tints of Blue Lagoon #00567A

Color information

#00567A (or 0x00567A) is unknown color: approx Blue Lagoon. HEX triplet: 00, 56 and 7A. RGB value is (0,86,122). Sum of RGB (Red+Green+Blue) = 0+86+122=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #00567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00567A is #FFA985. Grayscale: #404040. Windows color (decimal): -16755078 or 8017408. OLE color: 8017408.

HSL color Cylindrical-coordinate representation of color #00567A: hue angle of 197.7º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00567A is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB086122-
CMYK10.3000.52
HSL197.7º100%23.92%-
HSV(B)197.7º100%47.84%-
XYZ6.848.0619.61-
YUV64.39160.5182.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=0%
G=41.35%
B=58.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal08612210.3000.52197.710023.92
Hex0567A641E034c66418
Octal01261721443606430614430
Binary010101101111010110010011110011010011000110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00567A; }

 p { color: rgb(0,86,122); }

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

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

 a { background-color: rgb(0,86,122); }

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

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

 span { border-color: rgb(0,86,122); }

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