#005F6D

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

Shades of Blue Lagoon #005F6D

Tints of Blue Lagoon #005F6D

Color information

#005F6D (or 0x005F6D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5F and 6D. RGB value is (0,95,109). Sum of RGB (Red+Green+Blue) = 0+95+109=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #005F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F6D is #FFA092. Grayscale: #444444. Windows color (decimal): -16752787 or 7167744. OLE color: 7167744.

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

Color convert

RGB095109-
CMYK10.1300.57
HSL187.71º100%21.37%-
HSV(B)187.71º100%42.75%-
XYZ6.859.2915.9-
YUV68.19151.0379.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=0%
G=46.57%
B=53.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal09510910.1300.57187.7110021.37
Hex05F6D64D039bc6415
Octal01371551441507127414425
Binary01011111110110111001001101011100110111100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,95,109); }

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

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

 a { background-color: rgb(0,95,109); }

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

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

 span { border-color: rgb(0,95,109); }

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