#005B7C

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

Shades of Blue Lagoon #005B7C

Tints of Blue Lagoon #005B7C

Color information

#005B7C (or 0x005B7C) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5B and 7C. RGB value is (0,91,124). Sum of RGB (Red+Green+Blue) = 0+91+124=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #005B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B7C is #FFA483. Grayscale: #434343. Windows color (decimal): -16753796 or 8149760. OLE color: 8149760.

HSL color Cylindrical-coordinate representation of color #005B7C: hue angle of 195.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B7C is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB091124-
CMYK10.2700.51
HSL195.97º100%24.31%-
HSV(B)195.97º100%48.63%-
XYZ7.388.9420.4-
YUV67.55159.8579.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=0%
G=42.33%
B=57.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal09112410.2700.51195.9710024.31
Hex05B7C641B033c46418
Octal01331741443306330414430
Binary010110111111100110010011011011001111000100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005B7C; }

 p { color: rgb(0,91,124); }

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

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

 a { background-color: rgb(0,91,124); }

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

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

 span { border-color: rgb(0,91,124); }

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