#005D6A

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

Shades of Blue Lagoon #005D6A

Tints of Blue Lagoon #005D6A

Color information

#005D6A (or 0x005D6A) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5D and 6A. RGB value is (0,93,106). Sum of RGB (Red+Green+Blue) = 0+93+106=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #005D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D6A is #FFA295. Grayscale: #424242. Windows color (decimal): -16753302 or 6970624. OLE color: 6970624.

HSL color Cylindrical-coordinate representation of color #005D6A: hue angle of 187.36º 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 #005D6A is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB093106-
CMYK10.1200.58
HSL187.36º100%20.78%-
HSV(B)187.36º100%41.57%-
XYZ6.528.8715-
YUV66.68150.1980.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=0%
G=46.73%
B=53.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal09310610.1200.58187.3610020.78
Hex05D6A64C03Abb6415
Octal01351521441407227314425
Binary01011101110101011001001100011101010111011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,93,106); }

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

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

 a { background-color: rgb(0,93,106); }

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

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

 span { border-color: rgb(0,93,106); }

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