#52BACF

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

Shades of Viking #52BACF

Tints of Viking #52BACF

Color information

#52BACF (or 0x52BACF) is unknown color: approx Viking. HEX triplet: 52, BA and CF. RGB value is (82,186,207). Sum of RGB (Red+Green+Blue) = 82+186+207=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #52BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BACF is #AD4530. Grayscale: #9D9D9D. Windows color (decimal): -11355441 or 13613650. OLE color: 13613650.

HSL color Cylindrical-coordinate representation of color #52BACF: hue angle of 190.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BACF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82186207-
CMYK0.600.1000.19
HSL190.08º56.56%56.67%-
HSV(B)190.08º60.39%81.18%-
XYZ32.341.4265.32-
YUV157.3156.0474.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=17.26%
G=39.16%
B=43.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821862070.600.1000.19190.0856.5656.67
Hex52BACF3CA013be3939
Octal12227231774120232767171
Binary10100101011101011001111111100101001001110111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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