Html Css Color HEX #056775 Blue Lagoon

📋 copy color: '#056775'

red 5 ◦ green 103 ◦ blue 117

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

Shades of Blue Lagoon #056775

Tints of Blue Lagoon #056775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 117 (46.09% from 255) = 52%

R = 2.22%
G = 45.78%
B = 52%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056775 (or 0x056775) is known color: Blue Lagoon. HEX triplet: 05, 67 and 75. RGB value is (5,103,117). Sum of RGB (Red+Green+Blue) = 5+103+117=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #056775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056775 is #FA988A. Grayscale: #4B4B4B. Windows color (decimal): -16423051 or 7694085. OLE color: 7694085.

HSL color Cylindrical-coordinate representation of color #056775: hue angle of 187.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056775 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 103 117 -
CMYK 0.96 0.12 0 0.54
HSL 187.5º 0.92% 0.24% -
HSV(B) 187.5º 0.96% 0.46% -
XYZ 8.12 11.02 18.53 -
YUV 75.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 5 103 117 0.96 0.12 0 0.54 187.5 0.92 0.24
Hex 5 67 75 60 C 0 36 BC 5C 18
Octal 5 147 165 140 14 0 66 274 134 30
Binary 101 1100111 1110101 1100000 1100 0 110110 10111100 1011100 11000

Color Harmonies of #056775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056775

Black with #056775

Text Example


Text Example

White with #056775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056775; }

 p { color: rgb(5,103,117); }

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

background-color css

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

 a { background-color: rgb(5,103,117); }

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

border-color css

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

 span { border-color: rgb(5,103,117); }

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