Html Css Color HEX #056287 Blue Lagoon

📋 copy color: '#056287'

red 5 ◦ green 98 ◦ blue 135

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

Shades of Blue Lagoon #056287

Tints of Blue Lagoon #056287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.72%

R = 2.1%
G = 41.18%
B = 56.72%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056287 (or 0x056287) is known color: Blue Lagoon. HEX triplet: 05, 62 and 87. RGB value is (5,98,135). Sum of RGB (Red+Green+Blue) = 5+98+135=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #056287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056287 is #FA9D78. Grayscale: #4A4A4A. Windows color (decimal): -16424313 or 8872453. OLE color: 8872453.

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

Color convert

RGB 5 98 135 -
CMYK 0.96 0.27 0 0.47
HSL 197.08º 0.93% 0.27% -
HSV(B) 197.08º 0.96% 0.53% -
XYZ 8.8 10.52 24.49 -
YUV 74.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 5 98 135 0.96 0.27 0 0.47 197.08 0.93 0.27
Hex 5 62 87 60 1B 0 2F C5 5D 1B
Octal 5 142 207 140 33 0 57 305 135 33
Binary 101 1100010 10000111 1100000 11011 0 101111 11000101 1011101 11011

Color Harmonies of #056287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056287

Black with #056287

Text Example


Text Example

White with #056287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056287; }

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

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

background-color css

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

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

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

border-color css

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

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

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