#52B4BA

Color #52B4BA Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52B4BA

Tints of Viking #52B4BA

Color information

#52B4BA (or 0x52B4BA) is unknown color: approx Viking. HEX triplet: 52, B4 and BA. RGB value is (82,180,186). Sum of RGB (Red+Green+Blue) = 82+180+186=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #52B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B4BA is #AD4B45. Grayscale: #979797. Windows color (decimal): -11356998 or 12235858. OLE color: 12235858.

HSL color Cylindrical-coordinate representation of color #52B4BA: hue angle of 183.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B4BA is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82180186-
CMYK0.560.0300.27
HSL183.46º42.98%52.55%-
HSV(B)183.46º55.91%72.94%-
XYZ28.6637.9852.27-
YUV151.38147.5378.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=18.30%
G=40.18%
B=41.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821801860.560.0300.27183.4642.9852.55
Hex52B4BA38301Bb72b35
Octal1222642727030332675365
Binary101001010110100101110101110001101101110110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B4BA; }

 p { color: rgb(82,180,186); }

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

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

 a { background-color: rgb(82,180,186); }

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

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

 span { border-color: rgb(82,180,186); }

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