Html Css Color HEX #056275 Blue Lagoon

📋 copy color: '#056275'

red 5 ◦ green 98 ◦ blue 117

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

Shades of Blue Lagoon #056275

Tints of Blue Lagoon #056275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

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

R = 2.27%
G = 44.55%
B = 53.18%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056275 (or 0x056275) is known color: Blue Lagoon. HEX triplet: 05, 62 and 75. RGB value is (5,98,117). Sum of RGB (Red+Green+Blue) = 5+98+117=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #056275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056275 is #FA9D8A. Grayscale: #484848. Windows color (decimal): -16424331 or 7692805. OLE color: 7692805.

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

Color convert

RGB 5 98 117 -
CMYK 0.96 0.16 0 0.54
HSL 190.18º 0.92% 0.24% -
HSV(B) 190.18º 0.96% 0.46% -
XYZ 7.64 10.05 18.37 -
YUV 72.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 5 98 117 0.96 0.16 0 0.54 190.18 0.92 0.24
Hex 5 62 75 60 10 0 36 BE 5C 18
Octal 5 142 165 140 20 0 66 276 134 30
Binary 101 1100010 1110101 1100000 10000 0 110110 10111110 1011100 11000

Color Harmonies of #056275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056275

Black with #056275

Text Example


Text Example

White with #056275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056275; }

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

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

background-color css

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

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

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

border-color css

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

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

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