#52ACCD

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

Shades of Viking #52ACCD

Tints of Viking #52ACCD

Color information

#52ACCD (or 0x52ACCD) is unknown color: approx Viking. HEX triplet: 52, AC and CD. RGB value is (82,172,205). Sum of RGB (Red+Green+Blue) = 82+172+205=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #52ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACCD is #AD5332. Grayscale: #949494. Windows color (decimal): -11359027 or 13478994. OLE color: 13478994.

HSL color Cylindrical-coordinate representation of color #52ACCD: hue angle of 196.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ACCD is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82172205-
CMYK0.60.1600.20
HSL196.1º55.16%56.27%-
HSV(B)196.1º60%80.39%-
XYZ29.2535.7163.11-
YUV148.85159.6880.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=17.86%
G=37.47%
B=44.66%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821722050.60.1600.20196.155.1656.27
Hex52ACCD3C10014c43738
Octal12225431574200243046770
Binary101001010101100110011011111001000001010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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