#055265

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

Shades of Blue Lagoon #055265

Tints of Blue Lagoon #055265

Color information

#055265 (or 0x055265) is unknown color: approx Blue Lagoon. HEX triplet: 05, 52 and 65. RGB value is (5,82,101). Sum of RGB (Red+Green+Blue) = 5+82+101=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #055265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055265 is #FAAD9A. Grayscale: #3C3C3C. Windows color (decimal): -16428443 or 6640133. OLE color: 6640133.

HSL color Cylindrical-coordinate representation of color #055265: hue angle of 191.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055265 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB582101-
CMYK0.950.1900.60
HSL191.88º90.57%20.78%-
HSV(B)191.88º95.05%39.61%-
XYZ5.437.0113.38-
YUV61.14150.4987.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=2.66%
G=43.62%
B=53.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5821010.950.1900.60191.8890.5720.78
Hex552655F1303Cc05b15
Octal51221451372307430013325
Binary10110100101100101101111110011011110011000000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055265; }

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

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

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

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

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

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

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

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