Html Css Color HEX #056585 Blue Lagoon

📋 copy color: '#056585'

red 5 ◦ green 101 ◦ blue 133

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

Shades of Blue Lagoon #056585

Tints of Blue Lagoon #056585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 2.09%
G = 42.26%
B = 55.65%

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

#056585 (or 0x056585) is known color: Blue Lagoon. HEX triplet: 05, 65 and 85. RGB value is (5,101,133). Sum of RGB (Red+Green+Blue) = 5+101+133=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #056585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056585 is #FA9A7A. Grayscale: #4B4B4B. Windows color (decimal): -16423547 or 8742149. OLE color: 8742149.

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

Color convert

RGB 5 101 133 -
CMYK 0.96 0.24 0 0.48
HSL 195º 0.93% 0.27% -
HSV(B) 195º 0.96% 0.52% -
XYZ 8.95 11.03 23.85 -
YUV 75.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 5 101 133 0.96 0.24 0 0.48 195 0.93 0.27
Hex 5 65 85 60 18 0 30 C3 5D 1B
Octal 5 145 205 140 30 0 60 303 135 33
Binary 101 1100101 10000101 1100000 11000 0 110000 11000011 1011101 11011

Color Harmonies of #056585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056585

Black with #056585

Text Example


Text Example

White with #056585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056585; }

 p { color: rgb(5,101,133); }

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

background-color css

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

 a { background-color: rgb(5,101,133); }

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

border-color css

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

 span { border-color: rgb(5,101,133); }

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