Html Css Color HEX #056468 Blue Lagoon

📋 copy color: '#056468'

red 5 ◦ green 100 ◦ blue 104

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

Shades of Blue Lagoon #056468

Tints of Blue Lagoon #056468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.85%

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

R = 2.39%
G = 47.85%
B = 49.76%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#056468 (or 0x056468) is known color: Blue Lagoon. HEX triplet: 05, 64 and 68. RGB value is (5,100,104). Sum of RGB (Red+Green+Blue) = 5+100+104=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #056468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056468 is #FA9B97. Grayscale: #474747. Windows color (decimal): -16423832 or 6841349. OLE color: 6841349.

HSL color Cylindrical-coordinate representation of color #056468: hue angle of 182.42º 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 #056468 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 100 104 -
CMYK 0.95 0.04 0 0.59
HSL 182.42º 0.91% 0.21% -
HSV(B) 182.42º 0.95% 0.41% -
XYZ 7.12 10.15 14.68 -
YUV 72.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 5 100 104 0.95 0.04 0 0.59 182.42 0.91 0.21
Hex 5 64 68 5F 4 0 3B B6 5B 15
Octal 5 144 150 137 4 0 73 266 133 25
Binary 101 1100100 1101000 1011111 100 0 111011 10110110 1011011 10101

Color Harmonies of #056468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056468

Black with #056468

Text Example


Text Example

White with #056468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056468; }

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

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

background-color css

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

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

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

border-color css

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

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

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