Html Css Color HEX #056568 Blue Lagoon

📋 copy color: '#056568'

red 5 ◦ green 101 ◦ blue 104

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

Shades of Blue Lagoon #056568

Tints of Blue Lagoon #056568

RGB

 RED value IS 5 (2.34% from 255) = 2.38%

 GREEN value IS 101 (39.84% from 255) = 48.1%

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

R = 2.38%
G = 48.1%
B = 49.52%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056568 (or 0x056568) is known color: Blue Lagoon. HEX triplet: 05, 65 and 68. RGB value is (5,101,104). Sum of RGB (Red+Green+Blue) = 5+101+104=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #056568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056568 is #FA9A97. Grayscale: #484848. Windows color (decimal): -16423576 or 6841605. OLE color: 6841605.

HSL color Cylindrical-coordinate representation of color #056568: hue angle of 181.82º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056568 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 101 104 -
CMYK 0.95 0.03 0 0.59
HSL 181.82º 0.91% 0.21% -
HSV(B) 181.82º 0.95% 0.41% -
XYZ 7.21 10.34 14.71 -
YUV 72.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 5 101 104 0.95 0.03 0 0.59 181.82 0.91 0.21
Hex 5 65 68 5F 3 0 3B B6 5B 15
Octal 5 145 150 137 3 0 73 266 133 25
Binary 101 1100101 1101000 1011111 11 0 111011 10110110 1011011 10101

Color Harmonies of #056568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056568

Black with #056568

Text Example


Text Example

White with #056568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056568; }

 p { color: rgb(5,101,104); }

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

background-color css

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

 a { background-color: rgb(5,101,104); }

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

border-color css

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

 span { border-color: rgb(5,101,104); }

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