Html Css Color HEX #005D67 Blue Lagoon

📋 copy color: '#005D67'

red 0 ◦ green 93 ◦ blue 103

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

Shades of Blue Lagoon #005D67

Tints of Blue Lagoon #005D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 0%
G = 47.45%
B = 52.55%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#005D67 (or 0x005D67) is known color: Blue Lagoon. HEX triplet: 00, 5D and 67. RGB value is (0,93,103). Sum of RGB (Red+Green+Blue) = 0+93+103=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #005D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D67 is #FFA298. Grayscale: #424242. Windows color (decimal): -16753305 or 6774016. OLE color: 6774016.

HSL color Cylindrical-coordinate representation of color #005D67: hue angle of 185.83º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D67 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 93 103 -
CMYK 1 0.10 0 0.60
HSL 185.83º 1% 0.2% -
HSV(B) 185.83º 1% 0.4% -
XYZ 6.36 8.81 14.2 -
YUV 66.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 0 93 103 1 0.10 0 0.60 185.83 1 0.2
Hex 0 5D 67 64 A 0 3C BA 64 14
Octal 0 135 147 144 12 0 74 272 144 24
Binary 0 1011101 1100111 1100100 1010 0 111100 10111010 1100100 10100

Color Harmonies of #005D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D67

Black with #005D67

Text Example


Text Example

White with #005D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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