#52A5BB

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

Shades of Viking #52A5BB

Tints of Viking #52A5BB

Color information

#52A5BB (or 0x52A5BB) is unknown color: approx Viking. HEX triplet: 52, A5 and BB. RGB value is (82,165,187). Sum of RGB (Red+Green+Blue) = 82+165+187=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #52A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5BB is #AD5A44. Grayscale: #8E8E8E. Windows color (decimal): -11360837 or 12297554. OLE color: 12297554.

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

Color convert

RGB82165187-
CMYK0.560.1200.27
HSL192.57º43.57%52.75%-
HSV(B)192.57º56.15%73.33%-
XYZ25.932.2951.88-
YUV142.6915384.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=18.89%
G=38.02%
B=43.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821651870.560.1200.27192.5743.5752.75
Hex52A5BB38C01Bc12c35
Octal12224527370140333015465
Binary10100101010010110111011111000110001101111000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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