Html Css Color HEX #056274 Blue Lagoon

📋 copy color: '#056274'

red 5 ◦ green 98 ◦ blue 116

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

Shades of Blue Lagoon #056274

Tints of Blue Lagoon #056274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 2.28%
G = 44.75%
B = 52.97%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056274 (or 0x056274) is known color: Blue Lagoon. HEX triplet: 05, 62 and 74. RGB value is (5,98,116). Sum of RGB (Red+Green+Blue) = 5+98+116=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #056274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056274 is #FA9D8B. Grayscale: #484848. Windows color (decimal): -16424332 or 7627269. OLE color: 7627269.

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

Color convert

RGB 5 98 116 -
CMYK 0.96 0.16 0 0.55
HSL 189.73º 0.92% 0.24% -
HSV(B) 189.73º 0.96% 0.45% -
XYZ 7.58 10.03 18.06 -
YUV 72.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 5 98 116 0.96 0.16 0 0.55 189.73 0.92 0.24
Hex 5 62 74 60 10 0 37 BE 5C 18
Octal 5 142 164 140 20 0 67 276 134 30
Binary 101 1100010 1110100 1100000 10000 0 110111 10111110 1011100 11000

Color Harmonies of #056274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056274

Black with #056274

Text Example


Text Example

White with #056274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056274; }

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

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

background-color css

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

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

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

border-color css

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

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

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