Html Css Color HEX #056875 Blue Lagoon

📋 copy color: '#056875'

red 5 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #056875

Tints of Blue Lagoon #056875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.02%

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

R = 2.21%
G = 46.02%
B = 51.77%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056875 (or 0x056875) is known color: Blue Lagoon. HEX triplet: 05, 68 and 75. RGB value is (5,104,117). Sum of RGB (Red+Green+Blue) = 5+104+117=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #056875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056875 is #FA978A. Grayscale: #4B4B4B. Windows color (decimal): -16422795 or 7694341. OLE color: 7694341.

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

Color convert

RGB 5 104 117 -
CMYK 0.96 0.11 0 0.54
HSL 186.96º 0.92% 0.24% -
HSV(B) 186.96º 0.96% 0.46% -
XYZ 8.22 11.22 18.56 -
YUV 75.88 151.2 77.44 -
System Red Green Blue C M Y K H S L
Decimal 5 104 117 0.96 0.11 0 0.54 186.96 0.92 0.24
Hex 5 68 75 60 B 0 36 BB 5C 18
Octal 5 150 165 140 13 0 66 273 134 30
Binary 101 1101000 1110101 1100000 1011 0 110110 10111011 1011100 11000

Color Harmonies of #056875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056875

Black with #056875

Text Example


Text Example

White with #056875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056875; }

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

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

background-color css

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

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

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

border-color css

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

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

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