Html Css Color HEX #056583 Blue Lagoon

📋 copy color: '#056583'

red 5 ◦ green 101 ◦ blue 131

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

Shades of Blue Lagoon #056583

Tints of Blue Lagoon #056583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.27%

R = 2.11%
G = 42.62%
B = 55.27%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056583 (or 0x056583) is known color: Blue Lagoon. HEX triplet: 05, 65 and 83. RGB value is (5,101,131). Sum of RGB (Red+Green+Blue) = 5+101+131=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #056583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056583 is #FA9A7C. Grayscale: #4B4B4B. Windows color (decimal): -16423549 or 8611077. OLE color: 8611077.

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

Color convert

RGB 5 101 131 -
CMYK 0.96 0.23 0 0.49
HSL 194.29º 0.93% 0.27% -
HSV(B) 194.29º 0.96% 0.51% -
XYZ 8.81 10.98 23.13 -
YUV 75.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 5 101 131 0.96 0.23 0 0.49 194.29 0.93 0.27
Hex 5 65 83 60 17 0 31 C2 5D 1B
Octal 5 145 203 140 27 0 61 302 135 33
Binary 101 1100101 10000011 1100000 10111 0 110001 11000010 1011101 11011

Color Harmonies of #056583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056583

Black with #056583

Text Example


Text Example

White with #056583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056583; }

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

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

background-color css

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

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

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

border-color css

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

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

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