#52BDC3

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

Shades of Viking #52BDC3

Tints of Viking #52BDC3

Color information

#52BDC3 (or 0x52BDC3) is unknown color: approx Viking. HEX triplet: 52, BD and C3. RGB value is (82,189,195). Sum of RGB (Red+Green+Blue) = 82+189+195=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #52BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDC3 is #AD423C. Grayscale: #9D9D9D. Windows color (decimal): -11354685 or 12827986. OLE color: 12827986.

HSL color Cylindrical-coordinate representation of color #52BDC3: hue angle of 183.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BDC3 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82189195-
CMYK0.580.0300.24
HSL183.19º48.5%54.31%-
HSV(B)183.19º57.95%76.47%-
XYZ31.5342.1358.1-
YUV157.69149.0574.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 189 (74.22% from 255) = 40.56%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=17.60%
G=40.56%
B=41.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821891950.580.0300.24183.1948.554.31
Hex52BDC33A3018b73036
Octal1222753037230302676066
Binary101001010111101110000111110101101100010110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,195); }

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

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

 a { background-color: rgb(82,189,195); }

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

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

 span { border-color: rgb(82,189,195); }

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