Html Css Color HEX #005D6B Blue Lagoon

📋 copy color: '#005D6B'

red 0 ◦ green 93 ◦ blue 107

#005D6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005D6B

Tints of Blue Lagoon #005D6B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 46.5%

 BLUE value IS 107 (42.19% from 255) = 53.5%

R = 0%
G = 46.5%
B = 53.5%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#005D6B (or 0x005D6B) is known color: Blue Lagoon. HEX triplet: 00, 5D and 6B. RGB value is (0,93,107). Sum of RGB (Red+Green+Blue) = 0+93+107=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #005D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D6B is #FFA294. Grayscale: #424242. Windows color (decimal): -16753301 or 7036160. OLE color: 7036160.

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

Color convert

RGB 0 93 107 -
CMYK 1 0.13 0 0.58
HSL 187.85º 1% 0.21% -
HSV(B) 187.85º 1% 0.42% -
XYZ 6.57 8.89 15.28 -
YUV 66.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 0 93 107 1 0.13 0 0.58 187.85 1 0.21
Hex 0 5D 6B 64 D 0 3A BC 64 15
Octal 0 135 153 144 15 0 72 274 144 25
Binary 0 1011101 1101011 1100100 1101 0 111010 10111100 1100100 10101

Color Harmonies of #005D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D6B

Black with #005D6B

Text Example


Text Example

White with #005D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005D6B;
 }
 .AnyTagClassName
 {
   color: #005D6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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