#05636C

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

Shades of Blue Lagoon #05636C

Tints of Blue Lagoon #05636C

Color information

#05636C (or 0x05636C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 63 and 6C. RGB value is (5,99,108). Sum of RGB (Red+Green+Blue) = 5+99+108=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #05636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05636C is #FA9C93. Grayscale: #474747. Windows color (decimal): -16424084 or 7103237. OLE color: 7103237.

HSL color Cylindrical-coordinate representation of color #05636C: hue angle of 185.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05636C is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB599108-
CMYK0.950.0800.58
HSL185.24º91.15%22.16%-
HSV(B)185.24º95.37%42.35%-
XYZ7.2310.0415.74-
YUV71.92148.3680.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=2.36%
G=46.70%
B=50.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5991080.950.0800.58185.2491.1522.16
Hex5636C5F803Ab95b16
Octal51431541371007227113326
Binary1011100011110110010111111000011101010111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05636C; }

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

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

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

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

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

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

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

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