Html Css Color HEX #056278 Blue Lagoon

📋 copy color: '#056278'

red 5 ◦ green 98 ◦ blue 120

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

Shades of Blue Lagoon #056278

Tints of Blue Lagoon #056278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 2.24%
G = 43.95%
B = 53.81%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056278 (or 0x056278) is known color: Blue Lagoon. HEX triplet: 05, 62 and 78. RGB value is (5,98,120). Sum of RGB (Red+Green+Blue) = 5+98+120=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #056278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056278 is #FA9D87. Grayscale: #484848. Windows color (decimal): -16424328 or 7889413. OLE color: 7889413.

HSL color Cylindrical-coordinate representation of color #056278: hue angle of 191.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056278 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 98 120 -
CMYK 0.96 0.18 0 0.53
HSL 191.48º 0.92% 0.25% -
HSV(B) 191.48º 0.96% 0.47% -
XYZ 7.82 10.12 19.31 -
YUV 72.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 5 98 120 0.96 0.18 0 0.53 191.48 0.92 0.25
Hex 5 62 78 60 12 0 35 BF 5C 19
Octal 5 142 170 140 22 0 65 277 134 31
Binary 101 1100010 1111000 1100000 10010 0 110101 10111111 1011100 11001

Color Harmonies of #056278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056278

Black with #056278

Text Example


Text Example

White with #056278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056278; }

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

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

background-color css

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

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

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

border-color css

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

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

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