#52B4BB

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

Shades of Viking #52B4BB

Tints of Viking #52B4BB

Color information

#52B4BB (or 0x52B4BB) is unknown color: approx Viking. HEX triplet: 52, B4 and BB. RGB value is (82,180,187). Sum of RGB (Red+Green+Blue) = 82+180+187=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #52B4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B4BB is #AD4B44. Grayscale: #979797. Windows color (decimal): -11356997 or 12301394. OLE color: 12301394.

HSL color Cylindrical-coordinate representation of color #52B4BB: hue angle of 184º degrees, saturation: 0.44, 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 #52B4BB is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82180187-
CMYK0.560.0400.27
HSL184º43.57%52.75%-
HSV(B)184º56.15%73.33%-
XYZ28.7738.0252.84-
YUV151.5148.0378.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.26%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=18.26%
G=40.09%
B=41.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821801870.560.0400.2718443.5752.75
Hex52B4BB38401Bb82c35
Octal1222642737040332705465
Binary1010010101101001011101111100010001101110111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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