Html Css Color HEX #056183 Blue Lagoon

📋 copy color: '#056183'

red 5 ◦ green 97 ◦ blue 131

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

Shades of Blue Lagoon #056183

Tints of Blue Lagoon #056183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 2.15%
G = 41.63%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#056183 (or 0x056183) is known color: Blue Lagoon. HEX triplet: 05, 61 and 83. RGB value is (5,97,131). Sum of RGB (Red+Green+Blue) = 5+97+131=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #056183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056183 is #FA9E7C. Grayscale: #494949. Windows color (decimal): -16424573 or 8610053. OLE color: 8610053.

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

Color convert

RGB 5 97 131 -
CMYK 0.96 0.26 0 0.49
HSL 196.19º 0.93% 0.27% -
HSV(B) 196.19º 0.96% 0.51% -
XYZ 8.43 10.22 23 -
YUV 73.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 5 97 131 0.96 0.26 0 0.49 196.19 0.93 0.27
Hex 5 61 83 60 1A 0 31 C4 5D 1B
Octal 5 141 203 140 32 0 61 304 135 33
Binary 101 1100001 10000011 1100000 11010 0 110001 11000100 1011101 11011

Color Harmonies of #056183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056183

Black with #056183

Text Example


Text Example

White with #056183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056183; }

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

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

background-color css

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

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

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

border-color css

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

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

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