#52ACCF

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

Shades of Viking #52ACCF

Tints of Viking #52ACCF

Color information

#52ACCF (or 0x52ACCF) is unknown color: approx Viking. HEX triplet: 52, AC and CF. RGB value is (82,172,207). Sum of RGB (Red+Green+Blue) = 82+172+207=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #52ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACCF is #AD5330. Grayscale: #949494. Windows color (decimal): -11359025 or 13610066. OLE color: 13610066.

HSL color Cylindrical-coordinate representation of color #52ACCF: hue angle of 196.8º 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 #52ACCF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82172207-
CMYK0.600.1700.19
HSL196.8º56.56%56.67%-
HSV(B)196.8º60.39%81.18%-
XYZ29.4935.864.39-
YUV149.08160.6880.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=17.79%
G=37.31%
B=44.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821722070.600.1700.19196.856.5656.67
Hex52ACCF3C11013c53939
Octal12225431774210233057171
Binary101001010101100110011111111001000101001111000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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