#055267

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

Shades of Blue Lagoon #055267

Tints of Blue Lagoon #055267

Color information

#055267 (or 0x055267) is unknown color: approx Blue Lagoon. HEX triplet: 05, 52 and 67. RGB value is (5,82,103). Sum of RGB (Red+Green+Blue) = 5+82+103=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #055267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055267 is #FAAD98. Grayscale: #3D3D3D. Windows color (decimal): -16428441 or 6771205. OLE color: 6771205.

HSL color Cylindrical-coordinate representation of color #055267: hue angle of 192.86º 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 #055267 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB582103-
CMYK0.950.2000.60
HSL192.86º90.74%21.18%-
HSV(B)192.86º95.15%40.39%-
XYZ5.537.0513.9-
YUV61.37151.4987.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=2.63%
G=43.16%
B=54.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5821030.950.2000.60192.8690.7421.18
Hex552675F1403Cc15b15
Octal51221471372407430113325
Binary10110100101100111101111110100011110011000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055267; }

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

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

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

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

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

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

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

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