Html Css Color HEX #056384 Blue Lagoon

📋 copy color: '#056384'

red 5 ◦ green 99 ◦ blue 132

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

Shades of Blue Lagoon #056384

Tints of Blue Lagoon #056384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 2.12%
G = 41.95%
B = 55.93%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#056384 (or 0x056384) is known color: Blue Lagoon. HEX triplet: 05, 63 and 84. RGB value is (5,99,132). Sum of RGB (Red+Green+Blue) = 5+99+132=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #056384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056384 is #FA9C7B. Grayscale: #4A4A4A. Windows color (decimal): -16424060 or 8676101. OLE color: 8676101.

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

Color convert

RGB 5 99 132 -
CMYK 0.96 0.25 0 0.48
HSL 195.59º 0.93% 0.27% -
HSV(B) 195.59º 0.96% 0.52% -
XYZ 8.69 10.62 23.42 -
YUV 74.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 5 99 132 0.96 0.25 0 0.48 195.59 0.93 0.27
Hex 5 63 84 60 19 0 30 C4 5D 1B
Octal 5 143 204 140 31 0 60 304 135 33
Binary 101 1100011 10000100 1100000 11001 0 110000 11000100 1011101 11011

Color Harmonies of #056384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056384

Black with #056384

Text Example


Text Example

White with #056384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056384; }

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

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

background-color css

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

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

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

border-color css

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

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

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