Html Css Color HEX #005568 Blue Lagoon

📋 copy color: '#005568'

red 0 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #005568

Tints of Blue Lagoon #005568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 0%
G = 44.97%
B = 55.03%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#005568 (or 0x005568) is known color: Blue Lagoon. HEX triplet: 00, 55 and 68. RGB value is (0,85,104). Sum of RGB (Red+Green+Blue) = 0+85+104=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #005568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005568 is #FFAA97. Grayscale: #3D3D3D. Windows color (decimal): -16755352 or 6837504. OLE color: 6837504.

HSL color Cylindrical-coordinate representation of color #005568: hue angle of 190.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005568 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 85 104 -
CMYK 1 0.18 0 0.59
HSL 190.96º 1% 0.2% -
HSV(B) 190.96º 1% 0.41% -
XYZ 5.75 7.5 14.24 -
YUV 61.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 0 85 104 1 0.18 0 0.59 190.96 1 0.2
Hex 0 55 68 64 12 0 3B BF 64 14
Octal 0 125 150 144 22 0 73 277 144 24
Binary 0 1010101 1101000 1100100 10010 0 111011 10111111 1100100 10100

Color Harmonies of #005568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005568

Black with #005568

Text Example


Text Example

White with #005568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005568; }

 p { color: rgb(0,85,104); }

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

background-color css

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

 a { background-color: rgb(0,85,104); }

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

border-color css

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

 span { border-color: rgb(0,85,104); }

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