Html Css Color HEX #056484 Blue Lagoon

📋 copy color: '#056484'

red 5 ◦ green 100 ◦ blue 132

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

Shades of Blue Lagoon #056484

Tints of Blue Lagoon #056484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 2.11%
G = 42.19%
B = 55.7%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#056484 (or 0x056484) is known color: Blue Lagoon. HEX triplet: 05, 64 and 84. RGB value is (5,100,132). Sum of RGB (Red+Green+Blue) = 5+100+132=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #056484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056484 is #FA9B7B. Grayscale: #4B4B4B. Windows color (decimal): -16423804 or 8676357. OLE color: 8676357.

HSL color Cylindrical-coordinate representation of color #056484: hue angle of 195.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056484 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 100 132 -
CMYK 0.96 0.24 0 0.48
HSL 195.12º 0.93% 0.27% -
HSV(B) 195.12º 0.96% 0.52% -
XYZ 8.78 10.81 23.45 -
YUV 75.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 5 100 132 0.96 0.24 0 0.48 195.12 0.93 0.27
Hex 5 64 84 60 18 0 30 C3 5D 1B
Octal 5 144 204 140 30 0 60 303 135 33
Binary 101 1100100 10000100 1100000 11000 0 110000 11000011 1011101 11011

Color Harmonies of #056484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056484

Black with #056484

Text Example


Text Example

White with #056484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056484; }

 p { color: rgb(5,100,132); }

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

background-color css

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

 a { background-color: rgb(5,100,132); }

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

border-color css

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

 span { border-color: rgb(5,100,132); }

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