#05637E

Color #05637E Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #05637E

Tints of Blue Lagoon #05637E

Color information

#05637E (or 0x05637E) is unknown color: approx Blue Lagoon. HEX triplet: 05, 63 and 7E. RGB value is (5,99,126). Sum of RGB (Red+Green+Blue) = 5+99+126=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #05637E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05637E is #FA9C81. Grayscale: #494949. Windows color (decimal): -16424066 or 8282885. OLE color: 8282885.

HSL color Cylindrical-coordinate representation of color #05637E: hue angle of 193.39º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05637E is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB599126-
CMYK0.960.2100.51
HSL193.39º92.37%25.69%-
HSV(B)193.39º96.03%49.41%-
XYZ8.2910.4621.32-
YUV73.97157.3678.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 126 (49.61% from 255) = 54.78%
R=2.17%
G=43.04%
B=54.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5991260.960.2100.51193.3992.3725.69
Hex5637E6015033c15c1a
Octal51431761402506330113432
Binary10111000111111110110000010101011001111000001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05637E; }

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

 H1.HeaderClassName
 {
   color: #05637E;
 }
 .AnyTagClassName
 {
   color: #05637E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #05637E;
 }
 .BgClassName
 {
   background-color: #05637E;
 }
</style>
border-color css

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

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

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