#52afbb

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

Shades of Viking #52AFBB

Tints of Viking #52AFBB

Color information

#52AFBB (or 0x52AFBB) is unknown color: approx Viking. HEX triplet: 52, AF and BB. RGB value is (82,175,187). Sum of RGB (Red+Green+Blue) = 82+175+187=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #52AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFBB is #AD5044. Grayscale: #949494. Windows color (decimal): -11358277 or 12300114. OLE color: 12300114.

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

Color convert

RGB82175187-
CMYK0.560.0600.27
HSL186.86º43.57%52.75%-
HSV(B)186.86º56.15%73.33%-
XYZ27.7836.0452.51-
YUV148.56149.6980.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.47%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=18.47%
G=39.41%
B=42.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821751870.560.0600.27186.8643.5752.75
Hex52AFBB38601Bbb2c35
Octal1222572737060332735465
Binary1010010101011111011101111100011001101110111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52afbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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