#53accd

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

Shades of Viking #53ACCD

Tints of Viking #53ACCD

Color information

#53ACCD (or 0x53ACCD) is unknown color: approx Viking. HEX triplet: 53, AC and CD. RGB value is (83,172,205). Sum of RGB (Red+Green+Blue) = 83+172+205=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #53ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACCD is #AC5332. Grayscale: #949494. Windows color (decimal): -11293491 or 13478995. OLE color: 13478995.

HSL color Cylindrical-coordinate representation of color #53ACCD: hue angle of 196.23º 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 #53ACCD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83172205-
CMYK0.600.1600.20
HSL196.23º54.95%56.47%-
HSV(B)196.23º59.51%80.39%-
XYZ29.3435.7563.11-
YUV149.15159.5180.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.04%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=18.04%
G=37.39%
B=44.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831722050.600.1600.20196.2354.9556.47
Hex53ACCD3C10014c43738
Octal12325431574200243046770
Binary101001110101100110011011111001000001010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53accd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53accd; }

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

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

<style>
 a { background-color: #53accd; }

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

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

<style>
 span { border-color: #53accd; }

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

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