Html Css Color HEX #056282 Blue Lagoon

📋 copy color: '#056282'

red 5 ◦ green 98 ◦ blue 130

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

Shades of Blue Lagoon #056282

Tints of Blue Lagoon #056282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.79%

R = 2.15%
G = 42.06%
B = 55.79%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056282 (or 0x056282) is known color: Blue Lagoon. HEX triplet: 05, 62 and 82. RGB value is (5,98,130). Sum of RGB (Red+Green+Blue) = 5+98+130=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #056282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056282 is #FA9D7D. Grayscale: #494949. Windows color (decimal): -16424318 or 8544773. OLE color: 8544773.

HSL color Cylindrical-coordinate representation of color #056282: hue angle of 195.36º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056282 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 98 130 -
CMYK 0.96 0.25 0 0.49
HSL 195.36º 0.93% 0.26% -
HSV(B) 195.36º 0.96% 0.51% -
XYZ 8.46 10.38 22.68 -
YUV 73.84 159.69 78.9 -
System Red Green Blue C M Y K H S L
Decimal 5 98 130 0.96 0.25 0 0.49 195.36 0.93 0.26
Hex 5 62 82 60 19 0 31 C3 5D 1A
Octal 5 142 202 140 31 0 61 303 135 32
Binary 101 1100010 10000010 1100000 11001 0 110001 11000011 1011101 11010

Color Harmonies of #056282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056282

Black with #056282

Text Example


Text Example

White with #056282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056282; }

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

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

background-color css

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

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

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

border-color css

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

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

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