Html Css Color HEX #056475 Blue Lagoon

📋 copy color: '#056475'

red 5 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #056475

Tints of Blue Lagoon #056475

RGB

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

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

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

R = 2.25%
G = 45.05%
B = 52.7%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056475 (or 0x056475) is known color: Blue Lagoon. HEX triplet: 05, 64 and 75. RGB value is (5,100,117). Sum of RGB (Red+Green+Blue) = 5+100+117=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #056475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056475 is #FA9B8A. Grayscale: #494949. Windows color (decimal): -16423819 or 7693317. OLE color: 7693317.

HSL color Cylindrical-coordinate representation of color #056475: hue angle of 189.11º 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 #056475 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 100 117 -
CMYK 0.96 0.15 0 0.54
HSL 189.11º 0.92% 0.24% -
HSV(B) 189.11º 0.96% 0.46% -
XYZ 7.83 10.43 18.43 -
YUV 73.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 5 100 117 0.96 0.15 0 0.54 189.11 0.92 0.24
Hex 5 64 75 60 F 0 36 BD 5C 18
Octal 5 144 165 140 17 0 66 275 134 30
Binary 101 1100100 1110101 1100000 1111 0 110110 10111101 1011100 11000

Color Harmonies of #056475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056475

Black with #056475

Text Example


Text Example

White with #056475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056475; }

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

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

background-color css

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

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

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

border-color css

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

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

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